You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
OSUpdate app: adapt to new device IDs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user