adafruit / Adafruit_CircuitPython_TinyLoRa

Adafruit Tiny LoRa
MIT License
44 stars 45 forks source link

fix typo #16

Closed brentru closed 5 years ago

brentru commented 5 years ago

Changing typo within: raise TypeError("Can not detect LoRa Modle. Please check wiring!")

to:

raise TypeError("Can not detect LoRa Module. Please check wiring!")