BrewPi / firmware

Brewing temperature control firmware for the BrewPi Spark (Particle Photon inside)
http://www.brewpi.com
GNU Affero General Public License v3.0
97 stars 55 forks source link

When Raspberry Pi 2 and BrewPi power on at the same time, EEPROM reset can be triggered #36

Closed elcojacobs closed 7 years ago

elcojacobs commented 8 years ago

Reported by user TomA:

During startup after power on, the RPi 2 seems to send an EEPROM reset command to the BrewPi Spark.

When the Pi reboots while the power is kept on, this does not happen. Only when the power is shortly interrupted to the Raspberry Pi and the BrewPi.

I think the commands to reset EEPROM is to simple, being just 'E'. It is too easily sent accidentally.

elcojacobs commented 8 years ago

This has been implemented in 7fb0f5ecf15f685202e0dcd2dfa790cc5bd5a181.

The brewpi script still needs to be updated for compatibility.