jomjol преди 6 години
родител
ревизия
d177350b69
променени са 3 файла, в които са добавени 9 реда и са изтрити 2 реда
  1. 1 0
      .gitignore
  2. 7 2
      README.md
  3. 1 0
      code/.gitignore

+ 1 - 0
.gitignore

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

+ 7 - 2
README.md

@@ -18,5 +18,10 @@ Details can be found on the Wiki pages.
 ## Known Issues
 ## Known Issues
 
 
 * spontaneous reboot, especially in case of intensive web server access
 * 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/c_cpp_properties.json
 .vscode/launch.json
 .vscode/launch.json
 .vscode/ipch
 .vscode/ipch
+.helper