mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Support upgrade/downgrade between versions #832
This commit is contained in:
@@ -192,6 +192,7 @@ void Mqtt::loop() {
|
||||
// print MQTT log and other stuff to console
|
||||
void Mqtt::show_mqtt(uuid::console::Shell & shell) {
|
||||
shell.printfln("MQTT is %s", connected() ? F_(connected) : F_(disconnected));
|
||||
shell.printfln("MQTT Entity ID format is %d", entity_format_);
|
||||
|
||||
shell.printfln("MQTT publish errors: %lu", mqtt_publish_fails_);
|
||||
shell.println();
|
||||
|
||||
Reference in New Issue
Block a user