mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-25 11:51:43 +00:00
Send price config to cloud
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#warning "Unsupported board type"
|
||||
#endif
|
||||
|
||||
#define CC_BUF_SIZE 2048
|
||||
#define CC_BUF_SIZE 4096
|
||||
|
||||
static const char CC_JSON_POWER[] PROGMEM = ",\"%s\":{\"P\":%lu,\"Q\":%lu}";
|
||||
static const char CC_JSON_POWER_LIST3[] PROGMEM = ",\"%s\":{\"P\":%lu,\"Q\":%lu,\"tP\":%.3f,\"tQ\":%.3f}";
|
||||
|
||||
Reference in New Issue
Block a user