From 7996393afb2a843cbb23007bf56b97919e3655f9 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 21 Mar 2022 16:48:13 +0100 Subject: [PATCH] fix version tag --- apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py b/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py index 1cfbc1a5a..d85f5b265 100644 --- a/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py +++ b/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py @@ -19,7 +19,7 @@ def initialize(self): class Updater: def __init__(self, nsplui, mode): self.desired_display_firmware_version = 14 - self.desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-bb0108d.tft" + self.desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-5903239.tft" self.desired_tasmota_driver_version = 3 self.desired_tasmota_driver_url = "https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be"