Wdrozenie 3 etapowego flagowania z wysylaniem ACK do serwera podczas uploadu

This commit is contained in:
Victus
2026-05-11 01:40:09 +02:00
parent b82f19a27a
commit 8b0255e403
3 changed files with 80 additions and 4 deletions

View File

@@ -14,7 +14,9 @@ public:
APIClient();
bool uploadMeasurement(const String& filePath);
int checkDeviceFlags();
bool fetchWiFiConfig();
bool sendWiFiAck();
};
#endif