Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dev:ota [2024/01/21 21:47] darkgrueen:dev:ota [2024/11/02 21:33] (current) – [Usage] darkgrue
Line 1: Line 1:
 ====== BLE_OTA_Python ====== ====== BLE_OTA_Python ======
  
-A {{:en:dev:ota.zip|script}} for performing OTA update over BLE on ESP32.+script for performing OTA update over BLE on ESP32. 
 + 
 + 
 +==== Flashing scripts ==== 
 + 
 +  * {{ :en:dev:ota.zip |}} Python scripts to flash firmware
  
  
Line 13: Line 18:
 ===== Usage ===== ===== Usage =====
  
-**python ota.py "01:23:45:67:89:ab" "firmware.bin"**+**python discover.py**
  
-**python ota2.py "firmware.bin"** (automatically scans for MiTail clients)+**python ota.py "01:23:45:67:89:ab" "firmware.bin"**
  
 You can create a batch file on Windows: You can create a batch file on Windows:
Line 23: Line 28:
 pause'' pause''
  
- 
-== Copyright 2023 © The Mechanical Tail Company Limited contact@thetailcompany.com. All Rights Reserved. == 
Back to top