diff --git a/Multiprotocol/Multiprotocol.h b/Multiprotocol/Multiprotocol.h index 33c4491..2ea9f3c 100644 --- a/Multiprotocol/Multiprotocol.h +++ b/Multiprotocol/Multiprotocol.h @@ -19,7 +19,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 2 #define VERSION_REVISION 0 -#define VERSION_PATCH_LEVEL 16 +#define VERSION_PATCH_LEVEL 17 //****************** // Protocols //****************** diff --git a/Multiprotocol/Multiprotocol.ino b/Multiprotocol/Multiprotocol.ino index 349793e..536b9c7 100644 --- a/Multiprotocol/Multiprotocol.ino +++ b/Multiprotocol/Multiprotocol.ino @@ -753,7 +753,7 @@ uint8_t bank_switch(void) } if(check 0 //****************************** BANK 1 ****************************** -// Dial Protocol Sub protocol RX_Num Power Auto Bind Option +// Switch Protocol Sub protocol RX_Num Power Auto Bind Option /* 1 */ {PROTO_FLYSKY, Flysky , 0 , P_HIGH , NO_AUTOBIND , 0 }, /* 2 */ {PROTO_AFHDS2A, PWM_IBUS , 0 , P_HIGH , NO_AUTOBIND , 0 }, // RX number 0 /* 3 */ {PROTO_AFHDS2A, PWM_IBUS , 1 , P_HIGH , NO_AUTOBIND , 0 }, // RX number 1 @@ -333,7 +335,7 @@ const PPM_Parameters PPM_prot[14*NBR_BANKS]= { #endif #if NBR_BANKS > 1 //****************************** BANK 2 ****************************** -// Dial Protocol Sub protocol RX_Num Power Auto Bind Option +// Switch Protocol Sub protocol RX_Num Power Auto Bind Option /* 1 */ {PROTO_DSM , DSM2_11 , 0 , P_HIGH , NO_AUTOBIND , 6 }, // option=number of channels /* 2 */ {PROTO_DSM , DSM2_22 , 0 , P_HIGH , NO_AUTOBIND , 6 }, // option=number of channels /* 3 */ {PROTO_DSM , DSMX_11 , 0 , P_HIGH , NO_AUTOBIND , 6 }, // option=number of channels @@ -351,7 +353,7 @@ const PPM_Parameters PPM_prot[14*NBR_BANKS]= { #endif #if NBR_BANKS > 2 //****************************** BANK 3 ****************************** -// Dial Protocol Sub protocol RX_Num Power Auto Bind Option +// Switch Protocol Sub protocol RX_Num Power Auto Bind Option /* 1 */ {PROTO_ESKY , 0 , 0 , P_HIGH , NO_AUTOBIND , 0 }, /* 2 */ {PROTO_ESKY150, 0 , 0 , P_HIGH , NO_AUTOBIND , 0 }, /* 3 */ {PROTO_ASSAN, 0 , 0 , P_HIGH , NO_AUTOBIND , 0 }, @@ -369,7 +371,7 @@ const PPM_Parameters PPM_prot[14*NBR_BANKS]= { #endif #if NBR_BANKS > 3 //****************************** BANK 4 ****************************** -// Dial Protocol Sub protocol RX_Num Power Auto Bind Option +// Switch Protocol Sub protocol RX_Num Power Auto Bind Option /* 1 */ {PROTO_MJXQ , WLH08 , 0 , P_HIGH , NO_AUTOBIND , 0 }, /* 2 */ {PROTO_MJXQ , X600 , 0 , P_HIGH , NO_AUTOBIND , 0 }, /* 3 */ {PROTO_MJXQ , X800 , 0 , P_HIGH , NO_AUTOBIND , 0 }, @@ -387,7 +389,7 @@ const PPM_Parameters PPM_prot[14*NBR_BANKS]= { #endif #if NBR_BANKS > 4 //****************************** BANK 5 ****************************** -// Dial Protocol Sub protocol RX_Num Power Auto Bind Option +// Switch Protocol Sub protocol RX_Num Power Auto Bind Option /* 1 */ {PROTO_CX10 , CX10_GREEN , 0 , P_HIGH , NO_AUTOBIND , 0 }, /* 2 */ {PROTO_CX10 , CX10_BLUE , 0 , P_HIGH , NO_AUTOBIND , 0 }, /* 3 */ {PROTO_CX10 , DM007 , 0 , P_HIGH , NO_AUTOBIND , 0 },