Skip to content

Releases: tve/micropython

Release v1.12-tve2

26 May 07:05
@tve tve
251c8f5
Compare
Choose a tag to compare
Release v1.12-tve2 Pre-release
Pre-release

This release incorporates a number of PRs that are stuck in the review queue on mainline.Specifically:

In addition, it fixes machine.RTC.memory on the ESP32 and provides access to ESP-IDF functions needed to implement SNTP.

The attached binaries are images for the ESP32 GENERIC_OTA "board". The firmware.bin is for flashing over USB and the application.bin is for OTA updates (over MQTT). The USB image can be flashed as follows:

esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash -z --flash_mode dio --flash_freq 80m 0x1
000 mp-esp32-generic-ota-v1.12-tve2-0-g251c8f5a3-firmware.bin