mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-03-22 18:28:37 +05:00
refactor: migrating from Telnet to WebSerial for remote logging
This commit is contained in:
@@ -42,12 +42,8 @@
|
||||
#define DEFAULT_SERIAL_BAUD 115200
|
||||
#endif
|
||||
|
||||
#ifndef DEFAULT_TELNET_ENABLED
|
||||
#define DEFAULT_TELNET_ENABLED true
|
||||
#endif
|
||||
|
||||
#ifndef DEFAULT_TELNET_PORT
|
||||
#define DEFAULT_TELNET_PORT 23
|
||||
#ifndef DEFAULT_WEBSERIAL_ENABLED
|
||||
#define DEFAULT_WEBSERIAL_ENABLED true
|
||||
#endif
|
||||
|
||||
#ifndef USE_BLE
|
||||
@@ -75,7 +71,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef DEFAULT_LOG_LEVEL
|
||||
#define DEFAULT_LOG_LEVEL TinyLogger::Level::VERBOSE
|
||||
#define DEFAULT_LOG_LEVEL TinyLoggerLevel::VERBOSE
|
||||
#endif
|
||||
|
||||
#ifndef DEFAULT_STATUS_LED_GPIO
|
||||
|
||||
Reference in New Issue
Block a user