Skip to content

Commit 09c2b48

Browse files
Rework filenames
1 parent d7fb2bd commit 09c2b48

14 files changed

Lines changed: 24 additions & 22 deletions

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
These 3 files are the same, as of the unified builds:
2-
- osupdate_fri3d-2024.json is the legacy file for pre 0.4.1 releases, when the device id was fri3d-2024 instead of fri3d_2024
32
- osupdate_fri3d_2024.json is the new file for 0.4.1 releases
4-
- osupdate.json is the file for the waveshare_esp32_s3_touch_lcd_2 board
53
- osupdate_matouch_esp32_s3_spi_ips_2_8_with_camera_ov3660.json is the file for the matouch_esp32_s3_spi_ips_2_8_with_camera_ov3660 board
64

7-
osupdate_linux-desktop.json is the legacy file for pre-0.4.1 releases, when the device ID was linux-desktop instead of linux
85
osupdate_linux.json is for linux releases for 0.4.1 and after
96

7+
# Phasing out:
8+
- osupdate_linux-desktop.json is the legacy file for pre-0.4.1 releases, when the device ID was linux-desktop instead of linux
9+
- osupdate_fri3d-2024.json is the legacy file for pre 0.4.1 releases, when the device id was fri3d-2024 instead of fri3d_2024
10+
- osupdate.json is the file for the waveshare_esp32_s3_touch_lcd_2 board

osupdate.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

osupdate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
osupdate_esp32s3.json

osupdate_esp32.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "0.9.0",
3+
"download_url": "https://updates.micropythonos.com/releases/esp32/MicroPythonOS_esp32_0.9.0.ota",
4+
"changelog": "0.9.0\n=====\n\nBuiltin Apps:\n- AppStore: update BadgeHub.eu URL\n- About: show netmask separately, make labels focusable\n- HowTo: new onboarding app with auto-start handling to explain controls\n- Settings: add sub-groups of setings as separate apps, including WiFi app\n- Settings: add Hotspot sub-group (SSID, password, security)\n- Settings: add WebServer sub-group (autostart, port, password)\n- Launcher: ignore launchers and MPOS settings (except WiFi)\n\nFrameworks:\n- Audio streams: WAV playback/recording improvements (duration/progress, hardware volume control)\n- AudioManager: registry/session model, multi-speaker/mic routing, ADC-based mic (adc_mic)\n- DownloadManager: explicit certificate handling\n- InputManager: pointer detection helpers and board registrations\n- SensorManager: refactor to IMU drivers with magnetometer support and desktop IIO fallback\n- SharedPreferences: fix None handling\n- WebServer: new framework with Linux/macOS fixes and no background thread\n- WifiService: hotspot support, IP address helpers, simplified connect/auto-connect\n- Websocket library: renamed to uaiowebsocket to avoid conflicts\n\nOS:\n- ESP32 boards: bundle WebREPL (not started by default) to offer remote MicroPython shell over the network, accessible through webbrowser\n- New board support: LilyGo T-Display-S3 (physical and emulated by QEMU)\n- New board support: LilyGo T-Watch S3 Plus\n- New board support: M5Stack Fire\n- New board support: ODroid Go\n- New board support: unPhone 9\n- Fri3d 2024/2026 updates: display reset support using CH32 microcontroller, communicator/expander drivers\n- ADC microphone C module and tests\n- Build system: switch to static builds for desktop systems to bundle LIBC and fix LIBC version issue\n- Build system: add linux-arm64 and macos-intel GitHub workflows to support more precompiled binaries\n- Add FreeRTOS module for low-level ESP32 functions"
5+
}

osupdate_esp32s3.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "0.9.0",
3+
"download_url": "https://updates.micropythonos.com/releases/esp32/MicroPythonOS_esp32s3_0.9.0.ota",
4+
"changelog": "0.9.0\n=====\n\nBuiltin Apps:\n- AppStore: update BadgeHub.eu URL\n- About: show netmask separately, make labels focusable\n- HowTo: new onboarding app with auto-start handling to explain controls\n- Settings: add sub-groups of setings as separate apps, including WiFi app\n- Settings: add Hotspot sub-group (SSID, password, security)\n- Settings: add WebServer sub-group (autostart, port, password)\n- Launcher: ignore launchers and MPOS settings (except WiFi)\n\nFrameworks:\n- Audio streams: WAV playback/recording improvements (duration/progress, hardware volume control)\n- AudioManager: registry/session model, multi-speaker/mic routing, ADC-based mic (adc_mic)\n- DownloadManager: explicit certificate handling\n- InputManager: pointer detection helpers and board registrations\n- SensorManager: refactor to IMU drivers with magnetometer support and desktop IIO fallback\n- SharedPreferences: fix None handling\n- WebServer: new framework with Linux/macOS fixes and no background thread\n- WifiService: hotspot support, IP address helpers, simplified connect/auto-connect\n- Websocket library: renamed to uaiowebsocket to avoid conflicts\n\nOS:\n- ESP32 boards: bundle WebREPL (not started by default) to offer remote MicroPython shell over the network, accessible through webbrowser\n- New board support: LilyGo T-Display-S3 (physical and emulated by QEMU)\n- New board support: LilyGo T-Watch S3 Plus\n- New board support: M5Stack Fire\n- New board support: ODroid Go\n- New board support: unPhone 9\n- Fri3d 2024/2026 updates: display reset support using CH32 microcontroller, communicator/expander drivers\n- ADC microphone C module and tests\n- Build system: switch to static builds for desktop systems to bundle LIBC and fix LIBC version issue\n- Build system: add linux-arm64 and macos-intel GitHub workflows to support more precompiled binaries\n- Add FreeRTOS module for low-level ESP32 functions"
5+
}

osupdate_fri3d-2024.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
osupdate.json
1+
osupdate_esp32s3.json

osupdate_fri3d_2024.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
osupdate.json
1+
osupdate_esp32s3.json

osupdate_fri3d_2026.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
osupdate.json
1+
osupdate_esp32s3.json

osupdate_lilygo_t_display_s3.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

osupdate_lilygo_t_display_s3.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
osupdate_esp32s3.json

0 commit comments

Comments
 (0)