issues
search
jgillula
/
rpi-rfm69
Python RFM69 library for Raspberry Pi
GNU General Public License v3.0
31
stars
20
forks
source link
Radio class isn't threadsafe
#8
Closed
jgillula
closed
3 years ago
jgillula
commented
3 years ago
This can cause problems, e.g.:
The radio may not change modes when asked to!
Pulling packets out of the packet list isn't guaranteed to work right
Lots of
sleep
delays causing unneccesary idleness
jgillula
commented
3 years ago
Fixed by PR #9
This can cause problems, e.g.:
sleep
delays causing unneccesary idleness