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 authored Mar 21, 2022
1 parent 745445a commit 7a5d76e
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 @@ -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"

Expand Down

0 comments on commit 7a5d76e

Please sign in to comment.