mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Add box to pinio monitor/mapper
This commit is contained in:
parent
8294048ce5
commit
6557b161aa
15 changed files with 193 additions and 1 deletions
|
@ -869,6 +869,7 @@ const clivalue_t valueTable[] = {
|
|||
// PG_PINIO_CONFIG
|
||||
#ifdef USE_PINIO
|
||||
{ "pinio_config", VAR_UINT8 | MASTER_VALUE | MODE_ARRAY, .config.array.length = PINIO_COUNT, PG_PINIO_CONFIG, offsetof(pinioConfig_t, config) },
|
||||
{ "piniobox_config", VAR_INT8 | MASTER_VALUE | MODE_ARRAY, .config.array.length = PINIO_COUNT, PG_PINIOBOX_CONFIG, offsetof(pinioBoxConfig_t, boxId) },
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue