From 7a5d76e2f4e15542947042847f13651ff236edf3 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 21 Mar 2022 16:53:41 +0100 Subject: [PATCH] Update nspanel-lovelace-ui.py --- apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py b/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py index d85f5b265..f58b34177 100644 --- a/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py +++ b/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py @@ -18,8 +18,8 @@ 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-5903239.tft" + self.desired_display_firmware_version = 15 + self.desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-1f7a3d5.tft" self.desired_tasmota_driver_version = 3 self.desired_tasmota_driver_url = "https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be"