From d177350b69e0fc114a5147edbba0cd7e46f166de Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sun, 9 Aug 2020 21:11:27 +0200 Subject: [PATCH] nightly build --- .gitignore | 1 + README.md | 9 +++++++-- code/.gitignore | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) 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