wdomski / SX1278-example

Example for STM32 HAL driver for LoRa SX1278 module
MIT License
97 stars 46 forks source link

How to add Sync() #4

Open panosss opened 4 years ago

panosss commented 4 years ago

Arduino 's Lora libary has a function with which you can add a Sync word, common for transmitter and receiver. (e.g. Lora.setSyncWord(0x35)) How can I add the same functionality in your library? Thanks in advance.

wdomski commented 3 years ago

This is not supported. However, in the new release I have added a fixed sync world. Please give it a try.

wdomski commented 9 months ago

Please track this PR https://github.com/wdomski/SX1278/pull/7 When it is done the library will support sync word.