Wdrozenie pobierania konfiguracji WiFi przez polling zewnetrznego serwera API (GET /config/wifi?sn=...)

This commit is contained in:
Victus
2026-05-11 01:23:33 +02:00
parent 1e2dc7a3aa
commit b82f19a27a
3 changed files with 83 additions and 3 deletions

View File

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