mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-20 09:46:16 +00:00
Some changes during testing
This commit is contained in:
@@ -153,7 +153,7 @@ bool EntsoeApi::loop() {
|
||||
currentDay = tm.Day;
|
||||
return false;
|
||||
} else if(now > midnightMillis && currentDay != tm.Day) {
|
||||
if(debugger->isActive(RemoteDebug::INFO)) debugger->printf("(EntsoeApi) Rotating price objects at %lld\n", t);
|
||||
if(debugger->isActive(RemoteDebug::INFO)) debugger->printf("(EntsoeApi) Rotating price objects at %lu\n", t);
|
||||
if(today != NULL) delete today;
|
||||
if(tomorrow != NULL) {
|
||||
today = tomorrow;
|
||||
|
||||
Reference in New Issue
Block a user