Skip to content

Commit 394cbee

Browse files
committed
STM32WL fix set preamble length to 8
1 parent 1a036c2 commit 394cbee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

connectivity/lorawan/mbed_lib.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102
"target_overrides": {
103103
"STM32WL": {
104104
"wakeup-time": 3,
105-
"max-sys-rx-error": 10
105+
"max-sys-rx-error": 10,
106+
"downlink-preamble-length": 8
106107
}
107108
}
108109
}

0 commit comments

Comments
 (0)