mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
Experimental support for on-board custom defaults.
This commit is contained in:
parent
b310f9b348
commit
7518ec67f5
19 changed files with 390 additions and 174 deletions
|
@ -56,6 +56,7 @@ extern "C" {
|
|||
void cliSet(char *cmdline);
|
||||
void cliGet(char *cmdline);
|
||||
int cliGetSettingIndex(char *name, uint8_t length);
|
||||
void *cliGetValuePointer(const clivalue_t *value);
|
||||
|
||||
const clivalue_t valueTable[] = {
|
||||
{ "array_unit_test", VAR_INT8 | MODE_ARRAY | MASTER_VALUE, .config.array.length = 3, PG_RESERVED_FOR_TESTING_1, 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue