Browse Source

hw: do not ask password change when using -core

mcspr-patch-1
Maxim Prokhorov 3 years ago
parent
commit
9317dbce5a
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      code/espurna/config/hardware.h

+ 7
- 0
code/espurna/config/hardware.h View File

@ -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


Loading…
Cancel
Save