OSUpdate app: adapt to new device IDs

This commit is contained in:
Thomas Farstrike
2025-11-22 11:04:38 +01:00
parent bf546df643
commit 71fabfa7c6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@
- MposKeyboard: use checkbox instead of newline symbol for "OK, Ready"
- MposKeyboard: bigger space bar
- OSUpdate app: simplify by using ConnectivityManager
- OSUpdate app: adapt to new device IDs
- ImageView app: improve error handling
- Settings app: tweak font size
- Settings app: add "format internal data partition" option
@@ -609,7 +609,7 @@ class UpdateChecker:
Returns:
str: Full URL to update JSON file
"""
if hardware_id == "waveshare-esp32-s3-touch-lcd-2":
if hardware_id == "waveshare_esp32_s3_touch_lcd_2":
# First supported device - no hardware ID in URL
infofile = "osupdate.json"
else: