Add custom Syncword and Low DataRate optimization
- Add radio function to set a custom Syncword
Radio.SetCustomSyncWord(uint16_t syncword);
- Add radio function to enforce Low DataRate optimization
Radio.EnforceLowDRopt(bool enforce);
Thanks to @rainerfritz and @jamcinnes2 for their contributions.