ESP32/main
Robert McMahon feb0d4d142 Remove deprecated Python scripts and clean up repository
- Removed 13 deprecated deployment/configuration scripts superseded by esp32_deploy.py:
  * flash_all.py, flash_all_parallel.py, flash_all_serial_config.py
  * flash_and_config.py, mass_deploy.py, async_mass_deploy.py
  * async_batch_config.py, batch_config.py, config_device.py
  * esp32_reconfig.py, reconfig_simple.py, reconfig_simple_nextip.py
  * map_usb_to_ip.py

- Updated .gitignore to exclude:
  * Emacs backup files (#filename#)
  * firmware/ directory and flash_args_* build artifacts

- Repository now contains only active scripts:
  * esp32_deploy.py (main unified deployment tool)
  * detect_esp32.py, control_iperf.py, parse_csi.py
  * add_license.py, gen_udev_rules.py, identiy_port.py
  * async_find_failed.py (diagnostic utility)
2025-12-27 16:42:09 -08:00
..
CMakeLists.txt up to build for console work 2025-12-16 11:56:31 -08:00
Kconfig.projbuild Add mass deployment system with static IP and WiFi configuration 2025-11-08 23:10:07 +00:00
board_config.h fix led so it works now 2025-12-22 15:52:02 -08:00
idf_component.yml Remove deprecated Python scripts and clean up repository 2025-12-27 16:42:09 -08:00
main.c some led work 2025-12-22 15:19:10 -08:00