more commands in ems menu

This commit is contained in:
proddy
2020-06-07 18:01:23 +02:00
parent 34d782a58a
commit 3bd5be2de6
3 changed files with 40 additions and 14 deletions

View File

@@ -98,7 +98,7 @@ void EMSESPShell::add_console_commands() {
CommandFlags::USER,
flash_string_vector{F_(refresh)},
[&](Shell & shell, const std::vector<std::string> & arguments __attribute__((unused))) {
shell.printfln(F("Refreshing console and fetching device data"));
shell.printfln(F("Requesting data from EMS devices"));
_console_commands_loaded = false;
add_console_commands();
EMSESP::fetch_device_values();