mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 15:10:06 +01:00
Removed useless listener
This commit is contained in:
@@ -75,7 +75,6 @@ void setup() {
|
||||
server.onNotFound(load404);
|
||||
|
||||
server.on("/", loadIndexHTML);
|
||||
server.on("/index", loadIndexHTML);
|
||||
server.on("/clients", loadClientsHTML);
|
||||
server.on("/attack", loadAttackHTML);
|
||||
server.on("/settings", loadSettingsHTML);
|
||||
|
||||
Reference in New Issue
Block a user