diff --git a/include/hasp_conf.h b/include/hasp_conf.h index c0de2df6..7b00cac0 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -160,7 +160,6 @@ #if HASP_USE_OTA > 0 #include "hasp_ota.h" - #ifndef HASP_OTA_PORT #if defined(ARDUINO_ARCH_ESP32) #define HASP_OTA_PORT 3232 @@ -168,6 +167,7 @@ #define HASP_OTA_PORT 8266 #endif #endif +#endif #if HASP_USE_TASMOTA_SLAVE > 0 #include "hasp_slave.h"