Merge pull request #14481 from jeromecoutant/PR_LORA_ERROR

STM32WL: update "lora.max-sys-rx-error"
pull/14545/head
Martin Kojtal 2021-04-14 09:54:53 +02:00 committed by GitHub
commit c5f28e6037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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