diff --git a/.gitignore b/.gitignore index d4c88103..abbb6baa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .pio/ .vscode/ .code-workspace +.helper/ CMakeLists.txt.user CMakeCache.txt diff --git a/README.md b/README.md index ec8640e6..99bed192 100644 --- a/README.md +++ b/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 \ No newline at end of file +* stopping automated tflite flow - Error teared down to alignment procedure (results in restart) + + + +## Solved topics + +* stuck in reboot - Solved by modified startup sequence \ No newline at end of file diff --git a/code/.gitignore b/code/.gitignore index 89cc49cb..acd418f8 100644 --- a/code/.gitignore +++ b/code/.gitignore @@ -3,3 +3,4 @@ .vscode/c_cpp_properties.json .vscode/launch.json .vscode/ipch +.helper