vitotai / BrewPiLess

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

Sonoff needs flash mode DOUT #42

Open universam1 opened 6 years ago

universam1 commented 6 years ago

Faced the problem that my Sonoff does not start reliable, even being dead completelly.

Found this and solved my issues: https://github.com/arendst/Sonoff-Tasmota/blob/66d9ff14ac804ea6f63fe6e2f371357a138d3bba/README.md#attention-all-versions

Therefore, platformio.ini needs these settings:

board_flash_mode = dout

vitotai commented 6 years ago

Thanks.

I googled and found that it is for the newer SONOFF. The old version seems to work find without that options.

universam1 commented 6 years ago

Possible. My recently purchased Sonoff Basic is repeatable unable to start without this flash mode. That's a bit weird as the documentation would rather mention the ESP8285, but the test against different firmwares proves this true. It might be a causality, but it does not hurt anyway.