Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:dev:ota [2023/12/29 21:49] – created darkgrueen:dev:ota [2024/11/02 21:33] (current) – [Usage] darkgrue
Line 2: Line 2:
  
 A script for performing OTA update over BLE on ESP32. A script for performing OTA update over BLE on ESP32.
 +
 +
 +==== Flashing scripts ====
 +
 +  * {{ :en:dev:ota.zip |}} Python scripts to flash firmware
  
  
Line 12: Line 17:
  
 ===== Usage ===== ===== Usage =====
 +
 +**python discover.py**
  
 **python ota.py "01:23:45:67:89:ab" "firmware.bin"** **python ota.py "01:23:45:67:89:ab" "firmware.bin"**
- 
-**python ota2.py "firmware.bin"** (automatically scans for MiTail clients) 
  
 You can create a batch file on Windows: You can create a batch file on Windows:
Line 22: Line 27:
 python ota.py "40:F5:20:4A:45:B7" "firmware.bin"\\  python ota.py "40:F5:20:4A:45:B7" "firmware.bin"\\ 
 pause'' pause''
 +
Back to top