Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
890 stars 284 forks source link

LORWAN FSK not initialised as false #231

Open jonnytest1 opened 7 months ago

jonnytest1 commented 7 months ago

already fixed in source repo but not in the current version of this one

https://github.com/jgromes/RadioLib/blob/master/src/protocols/LoRaWAN/LoRaWAN.h#L776C4-L776C22

this is for the s3 branch

jonnytest1 commented 7 months ago

https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/blob/t-watch-s3/examples/radio/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino additional fix: the beinOTAA method can return a mode like RADIOLIB_LORAWAN_MODE_OTAA which i think isnt an error

actually i think the "restore" method shouldnt return afterwards at all 🤔