OTA update each 60 min

This commit is contained in:
Phat Nguyen
2024-06-05 09:29:30 +07:00
parent fde510ba96
commit d2d81f6b4b
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);
};