BrewPi/firmware

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

Closed this issue · 1 comments

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.

This has been implemented in 7fb0f5e.

The brewpi script still needs to be updated for compatibility.