LacunaSpace / basicmac

BasicMAC LoRaWAN stack that supports (but is not limited to) Arduino
Other
76 stars 18 forks source link

Fix TXCONT continuous mode for Sx126x #7

Open matthijskooijman opened 4 years ago

matthijskooijman commented 4 years ago

In 2.2, some changes were made by Semtech to continous mode that seem to be applied only for the 127x. I quickly applied a small part of these changes to at least make compilation work again, but TXCONT mode is now probably implemented incorrectly for 126x. It is also not actually used by any code right now, I think, so this is not a big deal, but might need to be fixed at some point.

See b83bb9491117e75ac93df54020f5d7c39d60a7c4 for details.