mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
fix debug
This commit is contained in:
@@ -770,7 +770,7 @@ void EMSESP::show_devices(uuid::console::Shell & shell) {
|
||||
shell.println();
|
||||
emsdevice->show_telegram_handlers(shell);
|
||||
|
||||
#if defined EMSESP_DEBUG
|
||||
#if defined(EMSESP_DEBUG)
|
||||
emsdevice->show_mqtt_handlers(shell);
|
||||
shell.println();
|
||||
emsdevice->show_device_values(shell);
|
||||
|
||||
Reference in New Issue
Block a user