mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14481 from jeromecoutant/PR_LORA_ERROR
STM32WL: update "lora.max-sys-rx-error"pull/14545/head
commit
c5f28e6037
|
|
@ -96,7 +96,8 @@
|
||||||
},
|
},
|
||||||
"target_overrides": {
|
"target_overrides": {
|
||||||
"STM32WL": {
|
"STM32WL": {
|
||||||
"wakeup-time": 3
|
"wakeup-time": 3,
|
||||||
|
"max-sys-rx-error": 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue