Skip to content

Releases: youseetoo/uc2-esp32

v0.0.2

23 Nov 07:14
f8fdd46
Compare
Choose a tag to compare

This is the first attempt to distribute the new firmware for the UC2e electronics.

The binaries can be flashed with:

python -m esptool --chip esp32 --port COM3 --baud 921600  --before default_reset --after hard_reset write_flash -z --flash_mode dio  --flash_freq 80m --flash_size 4MB  0x1000 main.ino.bootloader.bin 0x8000 main.ino.partitions.bin 0xe000 boot_app0.bin  0x10000 main.ino.bin

Initial Release v0.0.1

23 Nov 07:12
Compare
Choose a tag to compare

This is the first attempt to distribute the new firmware for the UC2e electronics.

The binaries can be flashed with:

python -m esptool --chip esp32 --port COM3 --baud 921600  --before default_reset --after hard_reset write_flash -z --flash_mode dio  --flash_freq 80m --flash_size 4MB  0x1000 main.ino.bootloader.bin 0x8000 main.ino.partitions.bin 0xe000 boot_app0.bin  0x10000 main.ino.bin