Hello, I have been trying to use the config -readint XXX and config -pubint XXX to set the read and publish times but the commands do not work. I have been able to set the read times of the sensors individually after these commands fail. Here is a copy of the shell, it says config saved, but the intervals do not change. And the error for pubint says “For now we can only store safely 3 set of readings on RAM memory, sorry”. Can anyone help me understand what is going on?
(2021-07-13T08:58:47Z) Published OK, erasing from memory
shell -on
Shell mode: on
SCK > version
Hardware Version: 2.1
SAM Hardware ID: A91B59E50573738352E3120FF15180F
SAM version: 0.9.7-1b30422
SAM build date: 2020-06-23T16:08:01Z
ESP MAC address:
ESP version: 0.9.2-a91f850
ESP build date: 2019-08-20T13:17:16Z
SCK >
SCK > config -readint 300
Saved configuration on eeprom!!
– New config –
Mode: network
Publish interval: 180
Reading interval: 60
Wifi credentials: xxxxxxxxxxxxxxxxxxxx
Token: xxxxxxxxxxxxxxx
Mac address: xxxxxxxxxxxxxxx
SCK > Synced config with ESP!!
config -pubint 1800
For now we can only store safely 3 set of readings on RAM memory, sorry.
Saved configuration on eeprom!!
– New config –
Mode: network
Publish interval: 180
Reading interval: 60
Wifi credentials: xxxxxxxxxxxx
Token: xxxxxxxxxxxxxx
Mac address: xxxxxxxxxxxxxxxx
SCK > Synced config with ESP!!