mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
- Fix and add BST task into scheduler, with fixed PID reading 0s problem.
This commit is contained in:
parent
56098a63ca
commit
6f3d576802
6 changed files with 51 additions and 23 deletions
|
@ -895,7 +895,7 @@ void validateAndFixConfig(void)
|
|||
}
|
||||
if(featureConfigured(FEATURE_RX_SERIAL)) {
|
||||
masterConfig.serialConfig.portConfigs[2].functionMask = FUNCTION_RX_SERIAL;
|
||||
masterConfig.rxConfig.serialrx_provider = SERIALRX_SBUS;
|
||||
//masterConfig.rxConfig.serialrx_provider = SERIALRX_SBUS;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue