Merge pull request #170 from airgradienthq/feature/regularly-call-ota-handler

OTA update each 60 min
This commit is contained in:
Phat Nguyen
2024-06-05 13:38:05 +07:00
committed by GitHub
2 changed files with 22 additions and 32 deletions

View File

@ -69,7 +69,6 @@ public:
int countPosition;
const int targetCount = 20;
int bootCount;
int otaBootCount = -1;
String toString(bool isLocal, AgFirmwareMode fwMode, int rssi, void* _ag, void* _config);
};