BambuTagger-Touch v1.8.2
Flashing instructions
Easiest — merged binary (single file, address 0x00)
esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 \
write_flash 0x0 BambuTagger-Touch_merged.bin
Manual — three separate files
esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 \
write_flash \
0x0 BambuTagger-Touch.ino.bootloader.bin \
0x8000 BambuTagger-Touch.ino.partitions.bin \
0x10000 BambuTagger-Touch.ino.bin
Partition scheme: Custom 16 MB — app0/app1 = 1408 KB, ffat = 1152 KB
Board: ESP32-S3 Dev Module
Core: esp32:esp32 3.0.7
Full Changelog: v1.8.1...v1.8.2