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:
Victus
2026-05-11 01:21:38 +02:00
parent 7699c48fcb
commit 1e2dc7a3aa
2 changed files with 0 additions and 31 deletions

View File

@@ -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;