Skip to content

Commit 7c7d20d

Browse files
authored
Merge pull request #15459 from hallard/STM23WL_fix_preamble
STM32WL LoRaWAN set downlink preamble length to 8
2 parents 1a036c2 + 394cbee commit 7c7d20d

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)