STM32WL fix set preamble length to 8

pull/15459/head
Charles 2023-10-24 10:23:44 +02:00
parent 1a036c29fe
commit 394cbeec6b
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@
"target_overrides": { "target_overrides": {
"STM32WL": { "STM32WL": {
"wakeup-time": 3, "wakeup-time": 3,
"max-sys-rx-error": 10 "max-sys-rx-error": 10,
"downlink-preamble-length": 8
} }
} }
} }