Add missing #endif

This commit is contained in:
fvanroie 2020-11-03 23:03:09 +01:00
parent c1a6aca093
commit 9b6652ffce

View File

@ -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"