robust handshake for SSID List, next check the confirmations
This commit is contained in:
10
include/bmHTTP.hpp
Normal file
10
include/bmHTTP.hpp
Normal 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
|
||||
Reference in New Issue
Block a user