mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
line quality text change
This commit is contained in:
@@ -211,8 +211,8 @@ void EMSESP::show_ems(uuid::console::Shell & shell) {
|
||||
shell.printfln(F(" #write requests sent: %d"), txservice_.telegram_write_count());
|
||||
shell.printfln(F(" #incomplete telegrams: %d"), rxservice_.telegram_error_count());
|
||||
shell.printfln(F(" #tx fails (after %d retries): %d"), TxService::MAXIMUM_TX_RETRIES, txservice_.telegram_fail_count());
|
||||
shell.printfln(F(" Rx quality: %d%%"), rxservice_.quality());
|
||||
shell.printfln(F(" Tx quality: %d%%"), txservice_.quality());
|
||||
shell.printfln(F(" Rx line quality: %d%%"), rxservice_.quality());
|
||||
shell.printfln(F(" Tx line quality: %d%%"), txservice_.quality());
|
||||
}
|
||||
|
||||
shell.println();
|
||||
|
||||
Reference in New Issue
Block a user