ladecadence / pyRF95

HopeRF RF95 (and similar LoRa modules) python library using spidev
GNU General Public License v2.0
14 stars 10 forks source link

Error in Example Code (?) #6

Open joecupano opened 4 years ago

joecupano commented 4 years ago

Thank you for the wonderful library.

For some reason when I run the example code ensuring the library is in the same directory I get the following error

Traceback (most recent call last): File "./rf95_testing.py", line 17, in lora.set_modem_config(Bw31_25Cr48Sf512) NameError: name 'Bw31_25Cr48Sf512' is not defined