BambuTagger-Console v1.0.0
Flashing instructions
Easiest — merged binary (single file, address 0x00)
esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 \
write_flash 0x0 BambuTagger-Console_merged.bin
Manual — separate files
esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 \
write_flash \
0x1000 BambuTagger-Console/bootloader.bin \
0x8000 BambuTagger-Console/partitions.bin \
0x10000 BambuTagger-Console/firmware.bin
Board: ESP32-S3 Dev Module
Flash: 16 MB, QIO, 80 MHz
Full Changelog: https://github.com/VID-PRO/BambuTagger-Console/commits/v1.0.0