mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Added support for resetting to custom defaults to MSP.
This commit is contained in:
parent
e38d460acf
commit
772b249a3f
7 changed files with 115 additions and 30 deletions
|
@ -25,6 +25,7 @@
|
|||
extern bool cliMode;
|
||||
|
||||
void cliProcess(void);
|
||||
bool cliProcessCustomDefaults(void);
|
||||
bool hasCustomDefaults(void);
|
||||
struct serialPort_s;
|
||||
void cliEnter(struct serialPort_s *serialPort);
|
||||
bool cliResetConfig(bool useCustomDefaults);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue