mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-29 06:06:40 +00:00
Add missing #endif
This commit is contained in:
parent
c1a6aca093
commit
9b6652ffce
@ -160,7 +160,6 @@
|
|||||||
|
|
||||||
#if HASP_USE_OTA > 0
|
#if HASP_USE_OTA > 0
|
||||||
#include "hasp_ota.h"
|
#include "hasp_ota.h"
|
||||||
|
|
||||||
#ifndef HASP_OTA_PORT
|
#ifndef HASP_OTA_PORT
|
||||||
#if defined(ARDUINO_ARCH_ESP32)
|
#if defined(ARDUINO_ARCH_ESP32)
|
||||||
#define HASP_OTA_PORT 3232
|
#define HASP_OTA_PORT 3232
|
||||||
@ -168,6 +167,7 @@
|
|||||||
#define HASP_OTA_PORT 8266
|
#define HASP_OTA_PORT 8266
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if HASP_USE_TASMOTA_SLAVE > 0
|
#if HASP_USE_TASMOTA_SLAVE > 0
|
||||||
#include "hasp_slave.h"
|
#include "hasp_slave.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user