From 9317dbce5a0974ff633c6254b71adf3c2025da79 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Tue, 19 Jan 2021 18:20:45 +0300 Subject: [PATCH] hw: do not ask password change when using -core --- code/espurna/config/hardware.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index dd21673d..6bd6d7b9 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -75,6 +75,9 @@ #define THINGSPEAK_SUPPORT 0 #define WEB_SUPPORT 0 + #define TELNET_AUTHENTICATION 0 + #define TELNET_STA 1 + // Extra light-weight image //#define BUTTON_SUPPORT 0 // don't need / have buttons //#define LED_SUPPORT 0 // don't need wifi indicator @@ -109,6 +112,10 @@ #define SENSOR_SUPPORT 0 #define THINGSPEAK_SUPPORT 0 //#define WEB_SUPPORT 0 + #define WEB_FORCE_PASS_CHANGE 0 + + #define TELNET_AUTHENTICATION 0 + #define TELNET_STA 1 // Extra light-weight image #define BUTTON_SUPPORT 0