Commit Graph

3 Commits

Author SHA1 Message Date
Bob 811ef6829b Make chip type probing the default behavior
- Probe is now enabled by default (was opt-in with --probe)
- Add --no-probe flag to skip probing if desired (faster)
- More useful default behavior for deployment scenarios
2025-11-10 03:46:48 +00:00
Bob 33fb7fead1 Add chip type detection to device detection script
- Add --probe flag to detect exact chip type using esptool
- Show USB-based chip guess by default (faster)
- Support ESP32, ESP32-S2, ESP32-S3, ESP32-C3, ESP32-C6, ESP32-H2
- Useful for identifying mixed chip types in large deployments
2025-11-10 03:43:58 +00:00
Bob 49dc6962ba Add mass deployment system with static IP and WiFi configuration
- Add static IP configuration via Kconfig
- Add WiFi console command for runtime reconfiguration
- Add mass flash script for automated deployment
- Add device detection script
- Add comprehensive deployment documentation
2025-11-08 23:10:07 +00:00