mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Add extra MSP commands to allow settings to be made via a GUI in
addition to setting via the CLI. Note: MSP_CONFIG from baseflight bc68d89983d762d35cc1cf5e3fa0c2cf03287b70 will not be supported because more specific commands exist in cleanflight. MSP_MISC and MSP_CONFIG are good examples of single responsibility violations.
This commit is contained in:
parent
afb77484ea
commit
6f3aa6fb86
10 changed files with 240 additions and 46 deletions
|
@ -28,7 +28,8 @@ uint32_t millis(void);
|
|||
void failureMode(uint8_t mode);
|
||||
|
||||
// bootloader/IAP
|
||||
void systemReset(bool toBootloader);
|
||||
void systemReset(void);
|
||||
void systemResetToBootloader(void);
|
||||
|
||||
void enableGPIOPowerUsageAndNoiseReductions(void);
|
||||
// current crystal frequency - 8 or 12MHz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue