fix debug

This commit is contained in:
proddy
2020-12-31 10:15:12 +01:00
parent 04d11dc257
commit fa040fb2d5

View File

@@ -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);