Files
led-controller/scripts/cp-esp32-main.sh
2026-03-15 23:43:27 +13:00

5 lines
174 B
Bash

#!/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