TobleMiner / lmic-esp-idf

A good port of the LMIC LoRaWAN library to esp-idf
42 stars 15 forks source link

Only attempting init of RST pin if it's actually used #4

Closed malachib closed 4 years ago

malachib commented 4 years ago

Otherwise, esp-idf 3.3 generates a GPIO_PIN mask error

Addresses #3 , however I have only tested that the device starts up without error - not whether the radio is fully functional

TobleMiner commented 4 years ago

Thanks, looks good