mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-03-21 17:58:38 +05:00
refactor: migrating from Telnet to WebSerial for remote logging
This commit is contained in:
@@ -416,7 +416,7 @@ protected:
|
||||
return;
|
||||
}
|
||||
|
||||
if (settings.system.logLevel >= TinyLogger::Level::TRACE) {
|
||||
if (settings.system.logLevel >= TinyLoggerLevel::TRACE) {
|
||||
Log.strace(FPSTR(L_MQTT_MSG), F("Topic: %s\r\n> "), topic.c_str());
|
||||
if (Log.lock()) {
|
||||
for (size_t i = 0; i < length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user