We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09405e1 commit 2cad50cCopy full SHA for 2cad50c
.envrc
@@ -0,0 +1,2 @@
1
+export PATH="$PWD/.venv/bin:$PATH"
2
+
.github/workflows/main.yml
@@ -22,5 +22,7 @@ jobs:
22
run: pip install --upgrade platformio
23
- name: Build AstroPowerBox
24
run: pio run
25
+ working-directory: ./esp32
26
- name: Build AstroPowerBox Frontend
- run: pio run -t buildfs -e esp32_c3_supermini
27
+ run: pio run -t buildfs -e esp32_c3_supermini
28
sbc-backend/requirements.txt
@@ -0,0 +1,3 @@
+flask
+gunicorn
3
0 commit comments