diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index 948f478c..268d6ba5 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -4514,7 +4514,7 @@ // ----------------------------------------------------------------------------- // ESP-01 generic esp8266 board with 512 kB flash -// // ----------------------------------------------------------------------------- +// ----------------------------------------------------------------------------- #elif defined(GENERIC_ESP01_512KB) @@ -4528,6 +4528,11 @@ #define RELAY1_TYPE RELAY_TYPE_NORMAL #endif + // No need for OTA + #define OTA_WEB_SUPPORT 0 + #define OTA_ARDUINOOTA_SUPPORT 0 + #define OTA_CLIENT OTA_CLIENT_NONE + // ----------------------------------------------------------------------------- #else