mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Added command 'motor 255' (all motors) to CLI.
This commit is contained in:
parent
7a3930c7c4
commit
b20ede5165
4 changed files with 53 additions and 49 deletions
|
@ -99,6 +99,8 @@ PG_DECLARE(motorConfig_t, motorConfig);
|
|||
|
||||
#define CHANNEL_FORWARDING_DISABLED (uint8_t)0xFF
|
||||
|
||||
#define ALL_MOTORS 255
|
||||
|
||||
extern const mixer_t mixers[];
|
||||
extern float motor[MAX_SUPPORTED_MOTORS];
|
||||
extern float motor_disarmed[MAX_SUPPORTED_MOTORS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue