jgillula / rpi-rfm69

Python RFM69 library for Raspberry Pi
GNU General Public License v3.0
31 stars 20 forks source link

Don’t reset GPIO when shutting down the radio #2

Closed gszy closed 3 years ago

gszy commented 5 years ago

Other parts of the program may still need it working.

jgillula commented 3 years ago

Hi there! I recently took over as maintainer of this repo, and I'm working on merging the old pull requests.

My inclination is to replace the GPIO.cleanup() call with GPIO.cleanup([self.intPin, self.rstPin]) instead of deleting it completely. What do you think?

jgillula commented 3 years ago

This has been fixed by PR #9