Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:dev:ota [2023/12/29 21:49] – created darkgrue | en: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 ==== | ||
| + | |||
| + | * {{ : | ||
| 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'' | ||
| + | |||