Skip to content

Commit

Permalink
fix version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joBr99 authored Mar 21, 2022
1 parent 5903239 commit 7996393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7996393

Please sign in to comment.