forked from Akcelerometry_drgania_WMT/PI_mikrokontroler
Revert "Dodanie REST API w tle (endpoint /api/wifi) sluzacego do zdalnego dopisywania nowej sieci WiFi do pliku konfiguracyjnego w czasie normalnej pracy"
This reverts commit 37b9c8160f.
This commit is contained in:
@@ -46,7 +46,6 @@ class WiFiManager {
|
||||
|
||||
void handleClient();
|
||||
void startCaptivePortal();
|
||||
void handleApiWifi();
|
||||
void handleRoot();
|
||||
void handleSave();
|
||||
void handleNotFound();
|
||||
@@ -71,7 +70,6 @@ class WiFiManager {
|
||||
private:
|
||||
bool isAccessPoint = false;
|
||||
bool captivePortalActive = false;
|
||||
bool serverActive = false;
|
||||
WebServer server{80};
|
||||
DNSServer dnsServer;
|
||||
int expectedCaptchaAnswer = 0;
|
||||
|
||||
Reference in New Issue
Block a user