Fixed realtime export counter

This commit is contained in:
Gunnar Skjold
2023-08-24 07:49:09 +02:00
parent fc42d4391b
commit 719ceb610c
2 changed files with 29 additions and 21 deletions

View File

@@ -103,7 +103,8 @@ public:
private:
RemoteDebug* debugger = NULL;
unsigned long lastUpdateMillis = 0;
unsigned long lastImportUpdateMillis = 0;
unsigned long lastExportUpdateMillis = 0;
bool init = false, initPrice = false;
AmsDataStorage *ds = NULL;
EntsoeApi *eapi = NULL;