robust handshake for SSID List, next check the confirmations

This commit is contained in:
2025-12-18 22:08:07 -06:00
parent 3e07f81728
commit 74a11de043
9 changed files with 250 additions and 49 deletions

10
include/bmHTTP.hpp Normal file
View File

@@ -0,0 +1,10 @@
#ifndef BMHTTP
#define BMHTTP
#include <string>
#include "cJSON.h"
extern std::string webToken;
bool httpGET(std::string endpoint, std::string token, cJSON* &JSONresponse);
#endif