mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 17:48:11 +00:00
FrSkyX telemetry RSSI and LQi
This commit is contained in:
parent
997d31addd
commit
55bc6f9a00
@ -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
|
||||
//******************
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user