Skip to content

Commit

Permalink
Update nspanel-lovelace-ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joBr99 committed Jan 7, 2023
1 parent 1be017f commit ade8c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def initialize(self):
controller = LuiController(cfg, mqttsend.send_mqtt_msg)

desired_tasmota_driver_version = 8
desired_display_firmware_version = 47
version = "v3.8.2"
desired_display_firmware_version = 48
version = "v3.8.3"

model = cfg.get("model")
if model == "us-l":
Expand Down

0 comments on commit ade8c0d

Please sign in to comment.