mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-24 09:07:05 +01:00
hardware: tweak core and core-webui targets
given that relay, button and led settings may be hardcoded,
explicitly remove from -core and -core-webui
restore telnet debugging though, since the terminal output needs it
for -core-webui, disables mdns and the generic webui server + webui blob
per 56f74cfe, make the resulting .bin even smaller
This commit is contained in:
@@ -145,6 +145,9 @@ const char* getEspurnaModules() {
|
||||
#if OTA_ARDUINOOTA_SUPPORT
|
||||
"ARDUINO_OTA "
|
||||
#endif
|
||||
#if OTA_WEB_SUPPORT
|
||||
"OTA_WEB "
|
||||
#endif
|
||||
#if (OTA_CLIENT != OTA_CLIENT_NONE)
|
||||
"OTA_CLIENT "
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user