Preserve MQTT settings across slot changes

This commit is contained in:
mikecarper
2026-09-08 18:55:00 -07:00
parent aa8caa4ed2
commit cb79dcd4e3
16 changed files with 2209 additions and 1999 deletions
+1
View File
@@ -98,6 +98,7 @@ def firmware_commands():
found.add(lit.strip())
return found - NOT_OFFERED
ROUND_TRIPS = [
("set mqtt1.port 0", "get mqtt1.port", "0"),
("set usb.logging on", "get usb.logging", "on"),
("set usb.logging off", "get usb.logging", "off"),
("set powersaving on", "get powersaving", "on"),