FrSkyX telemetry RSSI and LQi

This commit is contained in:
pascallanger 2017-02-24 13:27:19 +01:00
parent 997d31addd
commit 55bc6f9a00
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 1
#define VERSION_REVISION 6
#define VERSION_PATCH_LEVEL 18
#define VERSION_PATCH_LEVEL 19
//******************
// Protocols
//******************

View File

@ -448,9 +448,9 @@ void sportSendFrame()
frame[2] = 0x01;
frame[3] = 0xf1;
frame[4] = RX_RSSI;
frame[4] = TX_RSSI;
frame[5] = RX_LQI;
frame[6] = TX_LQI;
frame[5] = TX_RSSI;
frame[6] = RX_LQI;
frame[7] = TX_LQI;
break;
case 4: //BATT
frame[2] = 0x04;