Skip to content

Instantly share code, notes, and snippets.

View atomi's full-sized avatar
🎨
Painting

atomi

🎨
Painting
View GitHub Profile
@atomi
atomi / massflash.py
Created October 16, 2017 18:30 — forked from geekman/massflash.py
automated ESP8266 programming station to mass flash large quantity of devices quickly
#!/usr/bin/env python
#
# automated ESP8266 programming station
# monitors for inserted serial devices and calls esptool to flash them
# written to mass flash entire batches of ESP8266 devices quickly
# $ pip install esptool pyudev
#
# 2016.06.16 darell tan
#