Skip to content

BambuTagger-Console v1.3.1

Latest

Choose a tag to compare

@VID-PRO VID-PRO released this 22 Jun 23:56

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.ino.bootloader.bin \
  0x8000   BambuTagger-Console.ino.partitions.bin \
  0x10000  BambuTagger-Console.ino.bin

Board: ESP32-S3 Dev Module (Sunton ESP32-8048S043)
Framework: Arduino (PlatformIO)
Flash: 16 MB, QIO, 80 MHz
PSRAM: OPI

OTA Update

Upload BambuTagger-Console.ino.bin via the web interface (Configuration → Firmware Update).

Full Changelog: v1.3.0...v1.3.1