Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid eps-fuse crash on Raspbian-Stretch
On single core Pi versions without WiFi/Bluetooth hardware (Pi Zero, B2, B+, …) epd-fuse initialisation can fail due to a race condition between serial port and epd-fuse init. By waiting till after /dev/serial1 init (which times out on these Pi versions) we make sure epd-fuse init succeeds.
- Loading branch information