From 67ce23337f814b03b134f17d397b27057c8442fe Mon Sep 17 00:00:00 2001 From: Proddy Date: Sat, 8 Jul 2023 14:07:25 +0200 Subject: [PATCH] remove mention of scan devices --- src/emsesp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emsesp.cpp b/src/emsesp.cpp index 5b7213f94..335b9bf28 100644 --- a/src/emsesp.cpp +++ b/src/emsesp.cpp @@ -951,7 +951,7 @@ bool EMSESP::device_exists(const uint8_t device_id) { // for each associated EMS device go and get its system information void EMSESP::show_devices(uuid::console::Shell & shell) { if (emsdevices.empty()) { - shell.printfln("No EMS devices detected. Try using 'scan devices' from the ems menu."); + shell.printfln("No EMS devices detected"); shell.println(); return; }