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

5
scripts/start.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Start the LED controller web server (port 80 by default).
cd "$(dirname "$0")/.."
export PORT="${PORT:-80}"
pipenv run run