Skip to content

Commit 71fabfa

Browse files
OSUpdate app: adapt to new device IDs
1 parent bf546df commit 71fabfa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- MposKeyboard: use checkbox instead of newline symbol for "OK, Ready"
66
- MposKeyboard: bigger space bar
77
- OSUpdate app: simplify by using ConnectivityManager
8+
- OSUpdate app: adapt to new device IDs
89
- ImageView app: improve error handling
910
- Settings app: tweak font size
1011
- Settings app: add "format internal data partition" option

internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets/osupdate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def get_update_url(self, hardware_id):
609609
Returns:
610610
str: Full URL to update JSON file
611611
"""
612-
if hardware_id == "waveshare-esp32-s3-touch-lcd-2":
612+
if hardware_id == "waveshare_esp32_s3_touch_lcd_2":
613613
# First supported device - no hardware ID in URL
614614
infofile = "osupdate.json"
615615
else:

0 commit comments

Comments
 (0)