Commit Graph

2 Commits

Author SHA1 Message Date
Bob a0e29973e1 Show chip type and port during build and flash operations
Display chip type (ESP32/ESP32-S2/ESP32-S3) and port in build/flash
messages for better visibility of what's being processed
2025-11-09 20:56:40 +00:00
Bob 5bb8b03e6b Add parallel mass flash script for 3-5x faster deployment
- Add flash_all_parallel.py using multiprocessing
- Support two strategies: build-and-flash, build-then-flash
- Configurable parallelism for builds and flashing
- Reduces 32-device deployment from 60-90 min to 15-20 min
- Add comprehensive PARALLEL_FLASH.md documentation
2025-11-08 23:23:09 +00:00