mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-17 21:28:25 +00:00
Send price config to cloud
This commit is contained in:
@@ -1632,6 +1632,11 @@ void AmsWebServer::handleSave() {
|
||||
}
|
||||
ps->cropPriceConfig(count);
|
||||
ps->save();
|
||||
#if defined(_CLOUDCONNECTOR_H)
|
||||
if(cloud != NULL) {
|
||||
cloud->forcePriceUpdate();
|
||||
}
|
||||
#endif
|
||||
} else {
|
||||
#if defined(AMS_REMOTE_DEBUG)
|
||||
if (debugger->isActive(RemoteDebug::WARNING))
|
||||
|
||||
Reference in New Issue
Block a user