Max Prokhorov 4 years ago
committed by GitHub
parent
commit
a71f233caa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      code/espurna/config/hardware.h

+ 6
- 1
code/espurna/config/hardware.h View File

@ -4514,7 +4514,7 @@
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// ESP-01 generic esp8266 board with 512 kB flash // ESP-01 generic esp8266 board with 512 kB flash
// // -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
#elif defined(GENERIC_ESP01_512KB) #elif defined(GENERIC_ESP01_512KB)
@ -4528,6 +4528,11 @@
#define RELAY1_TYPE RELAY_TYPE_NORMAL #define RELAY1_TYPE RELAY_TYPE_NORMAL
#endif #endif
// No need for OTA
#define OTA_WEB_SUPPORT 0
#define OTA_ARDUINOOTA_SUPPORT 0
#define OTA_CLIENT OTA_CLIENT_NONE
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
#else #else


Loading…
Cancel
Save