Skip to content

Commit c69ddb2

Browse files
committed
Remove unused dnsserver. dnsServer is static in WiFi.ino
1 parent 0c4e061 commit c69ddb2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,6 @@ unsigned long lastDynamicDataUpdate;
648648
#include <WebServer.h> // Port 80
649649
#include <esp_http_server.h> // Needed for web sockets only - on port 81
650650

651-
// https://github.com/espressif/arduino-esp32/blob/master/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino
652-
DNSServer *dnsserver;
653-
654651
bool websocketConnected = false;
655652

656653
#endif // COMPILE_AP

0 commit comments

Comments
 (0)