Skip to content

Commit

Permalink
STM32WL fix set preamble length to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
hallard committed Oct 24, 2023
1 parent 1a036c2 commit 394cbee
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 394cbee

Please sign in to comment.