Change the OTA update period use timestamp to bootCount

This commit is contained in:
Phat Nguyen
2024-05-15 17:09:06 +07:00
parent a71c038864
commit 563bdfe4b2
5 changed files with 17 additions and 75 deletions

View File

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