mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
telnet and analog on by default
This commit is contained in:
@@ -93,11 +93,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef EMSESP_DEFAULT_ANALOG_ENABLED
|
#ifndef EMSESP_DEFAULT_ANALOG_ENABLED
|
||||||
#define EMSESP_DEFAULT_ANALOG_ENABLED false
|
#define EMSESP_DEFAULT_ANALOG_ENABLED true
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef EMSESP_DEFAULT_TELNET_ENABLED
|
#ifndef EMSESP_DEFAULT_TELNET_ENABLED
|
||||||
#define EMSESP_DEFAULT_TELNET_ENABLED false
|
#define EMSESP_DEFAULT_TELNET_ENABLED true
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef EMSESP_DEFAULT_BOARD_PROFILE
|
#ifndef EMSESP_DEFAULT_BOARD_PROFILE
|
||||||
|
|||||||
Reference in New Issue
Block a user