CaCO3
CaCO3
does the file `version.txt` exist? You can call it with `http:///version.txt` Also it should be visible with the file manager: 
The reason you have a discrepancy between `Last Page Refresh` and the Status time is a s following: - The `Last Page Refresh` is the time of your PC -...
Then that file got missing when you set the SD-Card up or on the last OTA. Try to do another OTA with the `update.zip`.
what does the file manager show (see my screenshot)? Maybe your SD-Card is bad? Also have a look on the log
Which version? Not when I look on the latest rolling: 
yes, it gets generated during the build
There are 2 files which get generated during build time, see https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/main/CMakeLists.txt#L55 If you build it locally, you also should get those files.
I think it would be useful to show the value and possible errors with INFO level in the logfile. Currently it only shows this: ``` [ 31477] 2022-12-06T23:26:55 [TFLITE] task_autodoFlow...
@friebi, can you try if https://github.com/jomjol/AI-on-the-edge-device/actions?query=branch%3Avarious-corrections is ok for you? It now prints something like this on every round: ``` [0;32mI (96945) FLOW POSTPROC: main: Raw: 051, Value: 51, Status:...
Yes, it looks like it only got logged in case of no error. This should be fixed with https://github.com/jomjol/AI-on-the-edge-device/pull/1534