Merge pull request #15459 from hallard/STM23WL_fix_preamble

STM32WL LoRaWAN set downlink preamble length to 8
pull/15461/head
Martin Kojtal 2023-10-25 16:55:28 +01:00 committed by GitHub
commit 7c7d20da65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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