nightly build

This commit is contained in:
jomjol
2020-08-09 21:11:27 +02:00
parent 07dcacf81e
commit d177350b69
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
.pio/
.vscode/
.code-workspace
.helper/
CMakeLists.txt.user
CMakeCache.txt

View File

@@ -18,5 +18,10 @@ Details can be found on the Wiki pages.
## Known Issues
* spontaneous reboot, especially in case of intensive web server access
* stuck in reboot loop
* stopping automated tflite flow
* stopping automated tflite flow - Error teared down to alignment procedure (results in restart)
## Solved topics
* stuck in reboot - Solved by modified startup sequence

1
code/.gitignore vendored
View File

@@ -3,3 +3,4 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.helper