Skip to content

Commit 4ae7f4e

Browse files
Release 0.2.0
1 parent c3c4cd8 commit 4ae7f4e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

osupdate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.1",
3-
"download_url": "https://updates.micropythonos.com/releases/Waveshare/ESP32-S3-Touch-LCD-2/MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod_0.1.1.ota",
4-
"changelog": "- Update to MicroPython 1.25.0 and LVGL 9.3.0\n- About app: add info about over-the-air partitions\n- OSUpdate app: check update depending on current hardware identifier, add 'force update' option, improve user feedback\n- AppStore, Camera, Launcher, Settings: adjust for compatibility with LVGL 9.3.0"
2+
"version": "0.2.0",
3+
"download_url": "https://updates.micropythonos.com/releases/Waveshare/ESP32-S3-Touch-LCD-2/MicroPythonOS_waveshare-esp32-s3-touch-lcd-2_prod_0.2.0.ota",
4+
"changelog": "- Fix KeyPad focus handling for devices without touch screen like the Fri3d Camp 2024 Badge\n- Use direction arrows for more intuitive navigation instead of B/A or pageup/pagedown for previous/next\n- About app: enable scrolling using arrow keys so off-screen info can be viewed\n- About app: add info about freezefs compiled-in filesystem\n- AppStore app: don't update UI after the user has closed the app\n- Launcher app: improve error handling\n- Wifi app: cleanup and improve keyboard and focus handling\n- Wifi app: improve different screensize handling"
55
}

osupdate_fri3d-2024.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.1",
3-
"download_url": "https://updates.micropythonos.com/releases/Fri3d-Camp/fri3d-2024/MicroPythonOS_fri3d-2024_prod_0.1.1.ota",
4-
"changelog": "- Update to MicroPython 1.25.0 and LVGL 9.3.0\n- About app: add info about over-the-air partitions\n- OSUpdate app: check update depending on current hardware identifier, add 'force update' option, improve user feedback\n- AppStore, Camera, Launcher, Settings: adjust for compatibility with LVGL 9.3.0"
2+
"version": "0.2.0",
3+
"download_url": "https://updates.micropythonos.com/releases/Fri3d-Camp/fri3d-2024/MicroPythonOS_fri3d-2024_prod_0.2.0.ota",
4+
"changelog": "- Fix KeyPad focus handling for devices without touch screen like the Fri3d Camp 2024 Badge\n- Use direction arrows for more intuitive navigation instead of B/A or pageup/pagedown for previous/next\n- About app: enable scrolling using arrow keys so off-screen info can be viewed\n- About app: add info about freezefs compiled-in filesystem\n- AppStore app: don't update UI after the user has closed the app\n- Launcher app: improve error handling\n- Wifi app: cleanup and improve keyboard and focus handling\n- Wifi app: improve different screensize handling"
55
}
Binary file not shown.

0 commit comments

Comments
 (0)