diff --git a/src/main.cpp b/src/main.cpp index 6a07576..65f0bb7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -92,7 +92,7 @@ void setup() #endif #endif -#if defined(ESPS8266) +#if defined(ESP8266) network_listen(); #endif }