From 9b6652ffce43f02f939ef16185861985d6fdf0f1 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Tue, 3 Nov 2020 23:03:09 +0100 Subject: [PATCH] Add missing #endif --- include/hasp_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"