mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Merged in LP-615_Ibus_14ch (pull request #536)
LP-615 IBus: support up to 14ch Approved-by: Eric Price Approved-by: TheOtherCliff
This commit is contained in:
commit
2d5ba6cca4
@ -251,7 +251,7 @@ extern uint32_t pios_ws2811_id;
|
||||
// Receiver FlySky IBus input
|
||||
// -------------------------
|
||||
#define PIOS_IBUS_MAX_DEVS 1
|
||||
#define PIOS_IBUS_NUM_INPUTS 10
|
||||
#define PIOS_IBUS_NUM_INPUTS 14
|
||||
|
||||
// -------------------------
|
||||
// Servo outputs
|
||||
|
@ -275,7 +275,7 @@ extern uint32_t pios_spi_flash_accel_adapter_id;
|
||||
// Receiver FlySky IBus input
|
||||
// -------------------------
|
||||
#define PIOS_IBUS_MAX_DEVS 1
|
||||
#define PIOS_IBUS_NUM_INPUTS 10
|
||||
#define PIOS_IBUS_NUM_INPUTS 14
|
||||
|
||||
// -------------------------
|
||||
// Servo outputs
|
||||
|
@ -210,7 +210,7 @@ extern uint32_t pios_i2c_id;
|
||||
// Receiver FlySky IBus input
|
||||
// -------------------------
|
||||
#define PIOS_IBUS_MAX_DEVS 1
|
||||
#define PIOS_IBUS_NUM_INPUTS 10
|
||||
#define PIOS_IBUS_NUM_INPUTS 14
|
||||
|
||||
// -------------------------
|
||||
// Servo outputs
|
||||
|
@ -208,7 +208,7 @@ extern uint32_t pios_ws2811_id;
|
||||
// Receiver FlySky IBus input
|
||||
// -------------------------
|
||||
#define PIOS_IBUS_MAX_DEVS 1
|
||||
#define PIOS_IBUS_NUM_INPUTS 10
|
||||
#define PIOS_IBUS_NUM_INPUTS 14
|
||||
|
||||
// -------------------------
|
||||
// Servo outputs
|
||||
|
@ -276,7 +276,7 @@ extern uint32_t pios_packet_handler;
|
||||
// Receiver FlySky IBus input
|
||||
// -------------------------
|
||||
#define PIOS_IBUS_MAX_DEVS 1
|
||||
#define PIOS_IBUS_NUM_INPUTS 10
|
||||
#define PIOS_IBUS_NUM_INPUTS 14
|
||||
|
||||
// -------------------------
|
||||
// Servo outputs
|
||||
|
@ -271,7 +271,7 @@ extern uint32_t pios_packet_handler;
|
||||
// Receiver FlySky IBus input
|
||||
// -------------------------
|
||||
#define PIOS_IBUS_MAX_DEVS 1
|
||||
#define PIOS_IBUS_NUM_INPUTS 10
|
||||
#define PIOS_IBUS_NUM_INPUTS 14
|
||||
|
||||
// -------------------------
|
||||
// Servo outputs
|
||||
|
@ -278,7 +278,7 @@ extern uint32_t pios_packet_handler;
|
||||
// Receiver FlySky IBus input
|
||||
// -------------------------
|
||||
#define PIOS_IBUS_MAX_DEVS 1
|
||||
#define PIOS_IBUS_NUM_INPUTS 10
|
||||
#define PIOS_IBUS_NUM_INPUTS 14
|
||||
|
||||
// -------------------------
|
||||
// Servo outputs
|
||||
|
@ -214,7 +214,7 @@ extern uint32_t pios_ws2811_id;
|
||||
// Receiver FlySky IBus input
|
||||
// -------------------------
|
||||
#define PIOS_IBUS_MAX_DEVS 1
|
||||
#define PIOS_IBUS_NUM_INPUTS 10
|
||||
#define PIOS_IBUS_NUM_INPUTS 14
|
||||
|
||||
// -------------------------
|
||||
// Servo outputs
|
||||
|
@ -219,7 +219,7 @@ extern uint32_t pios_ws2811_id;
|
||||
// Receiver FlySky IBus input
|
||||
// -------------------------
|
||||
#define PIOS_IBUS_MAX_DEVS 1
|
||||
#define PIOS_IBUS_NUM_INPUTS 10
|
||||
#define PIOS_IBUS_NUM_INPUTS 14
|
||||
|
||||
// -------------------------
|
||||
// Servo outputs
|
||||
|
@ -182,7 +182,7 @@ extern uint32_t pios_ws2811_id;
|
||||
// Receiver FlySky IBus input
|
||||
// -------------------------
|
||||
#define PIOS_IBUS_MAX_DEVS 1
|
||||
#define PIOS_IBUS_NUM_INPUTS 10
|
||||
#define PIOS_IBUS_NUM_INPUTS 14
|
||||
|
||||
// -------------------------
|
||||
// Servo outputs
|
||||
|
@ -147,7 +147,7 @@ void InputChannelForm::groupUpdated()
|
||||
count = 8; // Need to make this 6 for CC
|
||||
break;
|
||||
case ManualControlSettings::CHANNELGROUPS_IBUS:
|
||||
count = 10;
|
||||
count = 14;
|
||||
break;
|
||||
case ManualControlSettings::CHANNELGROUPS_DSMMAINPORT:
|
||||
case ManualControlSettings::CHANNELGROUPS_DSMFLEXIPORT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user