Răsfoiți Sursa

nightly build

jomjol 6 ani în urmă
părinte
comite
d177350b69
3 a modificat fișierele cu 9 adăugiri și 2 ștergeri
  1. 1 0
      .gitignore
  2. 7 2
      README.md
  3. 1 0
      code/.gitignore

+ 1 - 0
.gitignore

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

+ 7 - 2
README.md

@@ -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 - 0
code/.gitignore

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