1
0
Fork 0
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:
mikeller 2019-08-29 00:00:06 +12:00
parent e38d460acf
commit 772b249a3f
7 changed files with 115 additions and 30 deletions

View file

@ -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);