diff --git a/Multiprotocol/Multiprotocol.h b/Multiprotocol/Multiprotocol.h index 2d135fc..96a4fad 100644 --- a/Multiprotocol/Multiprotocol.h +++ b/Multiprotocol/Multiprotocol.h @@ -19,7 +19,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 1 #define VERSION_REVISION 6 -#define VERSION_PATCH_LEVEL 11 +#define VERSION_PATCH_LEVEL 12 //****************** // Protocols //****************** diff --git a/Multiprotocol/Telemetry.ino b/Multiprotocol/Telemetry.ino index 661c1cc..8f15ca1 100644 --- a/Multiprotocol/Telemetry.ino +++ b/Multiprotocol/Telemetry.ino @@ -575,7 +575,7 @@ void TelemetryUpdate() RX_RSSI=pktt[4] & 0x7F ; else RxBt = (pktt[4]<<1) + 1 ; - if(pktt[6]<=6) + if(pktt[6] && pktt[6]<=6) for (uint8_t i=0; i < pktt[6]; i++) proces_sport_data(pktt[7+i]); telemetry_link=0;