cuspaceflight / cuspaceflight/FiringPi
Hangs on quit
Open
bug
- Dominant language
- C++
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
On pressing "q" in OFF, the program halts but does not quit. Presumably this is due to the HX711 handler hanging and not being able to close itself. THis would probably occur if the I2C was able to hang but obviously it can't.
- [ ] Need some way of stoping the HX711 thread if it is blocking (or to prevent it from blocking).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.