Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dev:ota [2023/12/29 21:59] – darkgrue | en:dev:ota [2024/11/02 21:33] (current) – [Usage] darkgrue | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== BLE_OTA_Python ====== | ====== BLE_OTA_Python ====== | ||
| - | A {{: | + | A script for performing OTA update over BLE on ESP32. |
| + | |||
| + | |||
| + | ==== Flashing scripts ==== | ||
| + | |||
| + | * {{ : | ||
| Line 12: | Line 17: | ||
| ===== Usage ===== | ===== Usage ===== | ||
| + | |||
| + | **python discover.py** | ||
| **python ota.py " | **python ota.py " | ||
| - | |||
| - | **python ota2.py " | ||
| You can create a batch file on Windows: | You can create a batch file on Windows: | ||
| Line 22: | Line 27: | ||
| python ota.py " | python ota.py " | ||
| pause'' | pause'' | ||
| + | |||