Home BrewPiLess Release 1.2.3
Post
Cancel

BrewPiLess Release 1.2.3

This release is to solve one issue.
Under certain circumstances, the log chart will not shown.

TL;DR
The cause is that the reading from SPIFFS returns zero. I suspect it has something to do with resources for file handle of SPIFFS. According to an advice I googled, I kept file handle opened and reused it to read the log. The solution is to close re-open the file when reading fails.

This post is licensed under CC BY 4.0 by the author.