Task-Driven, powersaving trial written, must test.

This commit is contained in:
2026-01-11 19:02:14 -06:00
parent 27a5e27972
commit 45fa356d66
18 changed files with 550 additions and 198 deletions

View File

@@ -6,6 +6,7 @@
extern std::string webToken;
bool httpGET(std::string endpoint, std::string token, cJSON* &JSONresponse);
bool httpPOST(std::string endpoint, std::string token, cJSON* postData, cJSON* &JSONresponse);
void deleteWiFiAndTokenDetails();