sync-word-lora
hpssjellis opened this issue · 2 comments
hpssjellis commented
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.
GrumpyOldPizza commented
There is only ::setPublicNetwork(bool enable).
Which toggles between the 2 official supported sync words.
hpssjellis commented
Thank you.