Closed frankvanhooft closed 4 years ago
Please fork or PR and make your revisions public! I for one would greatly appreciate that.
( Im not connected to original author. These boards are in the mail and I'm looking forward to working on them. )
I've some time today and I cleaned the code.
I'm wondering if there's a bug in the file sx127x.py; I thought I'd ask here before going any further.
The function:
def aquire_lock(self, lock = False): self._lock = False
Shouldn't this be instead:
def aquire_lock(self, lock = False): self._lock = lock
Thanks.