Releases: houxiaomu/m5stack-coding-toys
Releases · houxiaomu/m5stack-coding-toys
Release list
CoreS3 SE Firmware 0.5.0
CoreS3 SE firmware 0.5.0.
Changes
- BLE transport: the device can advertise over BLE, pair from
m5ct pair, and reconnect as the default device without USB. - BLE device management: paired devices can be listed, selected, and removed through the CLI.
- Pairing UX fixes: five-minute pairing window, and long-press pairing entry from the waiting screen without requiring a top-right hot zone.
- CLI suite bumped to 0.5.0 so
m5ctandm5ctdreport the same release line as the firmware.
Flashing
Four-file release set (esp32s3, 8MB):
bootloader.bin@ 0x0partitions.bin@ 0x8000firmware.bin@ 0x10000manifest.jsonwith checksums
Or use m5ct flash (CLI firmware index pins 0.5.0 as default).
CoreS3 SE Firmware 0.4.0
CoreS3 SE firmware 0.4.0.
Changes
- RTC time sync: the daemon now sends UTC + local offset in the
hellohandshake; the device sets its RTC (stored as UTC) and the waiting screen shows correct local time. - Multi-session picker: picker navigation + session model state; removed the multi-session auto-pin contract.
Flashing
Three-file set (esp32s3, 8MB):
bootloader.bin@ 0x0partitions.bin@ 0x8000firmware.bin@ 0x10000
Or use m5ct flash (CLI firmware index pins 0.4.0 as default).
Firmware: CoreS3 SE 0.3.1
CoreS3 SE firmware 0.3.1. Assets are the m5ct flash three-file set: bootloader.bin, partitions.bin, firmware.bin.