GrumpyOldPizza/ArduinoCore-stm32l0

sync-word-lora

hpssjellis opened this issue · 2 comments

Does LoRaRadio have the equivalent of Sync-Word ?


 LoRa.setSyncWord(0xF3);           // ranges from 0-0xFF, default 0x34

I could hack a first byte must be a certain character, but sync-word actually seems like it is set by Symtech.

There is only ::setPublicNetwork(bool enable).

Which toggles between the 2 official supported sync words.

Thank you.