vitotai / BrewPiLess

Use an ESP8266 to replace RPI and Arduino. Running BrewPi without Pi, therefore, BrewPi-Less
349 stars 131 forks source link

Flush data to flash on ESP8266 and ESP32 #393

Closed havardAasen closed 5 months ago

havardAasen commented 1 year ago

When we write logs, we need to flush the data to flash, so we don't lose it. This was not possible on ESP8266 because of definitions to only allow ESP32 access to these functions. This restriction is now removed.

This change should fix #370

Hugo-Pereira commented 8 months ago

Can we merge this? I'm losing the logs on a reboot