commit | 4c285fc53cb516de5273a76367ab2eafd4082be5 | [log] [tgz] |
---|---|---|
author | Tim Cooijmans <timcooijmans@gmail.com> | Wed Jul 13 15:34:21 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Aug 16 18:06:18 2022 +0200 |
tree | ce807c2e1c76789ff77b830fa38ee24dd6f540e0 | |
parent | b85fdf57a4669eb2413585b55c2674117135397d [diff] |
drivers: lora: Add support for setting sync-word and iq-inverted Add support for setting sync-word and iq-inverted in lora_modem_config. By being able to set the sync-word it's possible to send "raw" public-network packets using lora_send and using iq-inverted both uplink and downlink messages can be sent. Signed-off-by: Tim Cooijmans <timcooijmans@gmail.com>