Add scripts: start, copy ESP32 main, install boot service

Made-with: Cursor
This commit is contained in:
2026-03-15 23:43:27 +13:00
parent ac9fca8d4b
commit b56af23cbf
4 changed files with 46 additions and 0 deletions

4
scripts/cp-esp32-main.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Copy esp32/main.py to the connected ESP32 as /main.py (single line, no wrap).
cd "$(dirname "$0")/.."
pipenv run mpremote fs cp esp32/main.py :/main.py