File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments