We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50fd77 commit 427f1c9Copy full SHA for 427f1c9
.gitignore
@@ -70,7 +70,6 @@ Thumbs.db
70
# Swap files
71
*.swp
72
73
-
74
# Python3 Virtual Environment folders
75
76
bin/
@@ -94,3 +93,7 @@ photos/metadata.json
94
93
95
# Uploaded updates folder
96
updatePackages/
+
97
+# firmware
98
+firmware/
99
start.sh
@@ -1,2 +1,3 @@
1
#!/bin/bash
2
+[[ -d "firmware" ]] && [[ ! -f "firmware/initialised" ]] && source firmware/upload.sh
3
LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1.2.0 python3 init.py
0 commit comments