cotestatnt / esp-fs-webserver

ESP32/ESP8266 webserver, WiFi manager and web editor Arduino library
MIT License
105 stars 27 forks source link

Compiling issue with ESP8266 fixed. #6

Closed MichaelUray closed 2 years ago

MichaelUray commented 2 years ago

ESP8266 uses WiFi.hostname() and ESP32 uses WiFi.getHostname(). Serial line got accessed even when DEBUG_MODE_WS was set to false.