mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
minor text changes
This commit is contained in:
@@ -868,7 +868,7 @@ void EMSESP::console_commands(Shell & shell, unsigned int context) {
|
|||||||
|
|
||||||
uint8_t watch = emsesp::EMSESP::watch();
|
uint8_t watch = emsesp::EMSESP::watch();
|
||||||
if (watch == WATCH_OFF) {
|
if (watch == WATCH_OFF) {
|
||||||
shell.printfln(F("Watch is off"));
|
shell.printfln(F("Watching telegrams is off"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ void TxService::loop() {
|
|||||||
if ((uuid::get_uptime() - last_tx_check_) > TX_LOOP_WAIT) {
|
if ((uuid::get_uptime() - last_tx_check_) > TX_LOOP_WAIT) {
|
||||||
last_tx_check_ = uuid::get_uptime();
|
last_tx_check_ = uuid::get_uptime();
|
||||||
if (!tx_active() && (EMSbus::bus_connected())) {
|
if (!tx_active() && (EMSbus::bus_connected())) {
|
||||||
LOG_ERROR(F("Tx is not active. Please check connection."));
|
LOG_ERROR(F("Tx is not active. Please check settings and the circuit connection."));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user