Fixes the IOError issue we saw at James Logan and East Bay Innovation Academy. It was caused by the pi clock getting way out of sync while the system is powered off.
Long term, with buffered data and local storage, we need a better solution. Probably wait until NTP finishes syncing before starting our code. Either wait for NTP in bash, or in python.
Fixes the
IOError
issue we saw at James Logan and East Bay Innovation Academy. It was caused by the pi clock getting way out of sync while the system is powered off.Long term, with buffered data and local storage, we need a better solution. Probably wait until NTP finishes syncing before starting our code. Either wait for NTP in bash, or in python.