mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
show DEBUG messages
This commit is contained in:
@@ -47,7 +47,7 @@ rest_server.get(ES_LOG_ENDPOINT, (_req, res) => {
|
||||
const interval = setInterval(() => {
|
||||
const data = {
|
||||
t: new Date().toISOString(),
|
||||
l: 3, // error
|
||||
l: 7, // debug
|
||||
i: count,
|
||||
n: 'system',
|
||||
m: 'message #' + count++
|
||||
|
||||
Reference in New Issue
Block a user