Skip to content

Commit

Permalink
Merge pull request ARMmbed#15459 from hallard/STM23WL_fix_preamble
Browse files Browse the repository at this point in the history
STM32WL LoRaWAN set downlink preamble length to 8
  • Loading branch information
0xc0170 authored Oct 25, 2023
2 parents 1a036c2 + 394cbee commit 7c7d20d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion connectivity/lorawan/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
"target_overrides": {
"STM32WL": {
"wakeup-time": 3,
"max-sys-rx-error": 10
"max-sys-rx-error": 10,
"downlink-preamble-length": 8
}
}
}

0 comments on commit 7c7d20d

Please sign in to comment.