mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-25 04:43:18 +00:00
Debug on AFHDS2A telemetry
This commit is contained in:
@@ -90,9 +90,13 @@ static void AFHDS2A_update_telemetry()
|
||||
{
|
||||
// forward telemetry to TX, skip rx and tx id to save space
|
||||
pkt[0]= TX_RSSI;
|
||||
debug("T=");
|
||||
for(int i=9;i < AFHDS2A_RXPACKET_SIZE; i++)
|
||||
{
|
||||
pkt[i-8]=packet[i];
|
||||
|
||||
debug(" %02X",packet[i]);
|
||||
}
|
||||
debugln("");
|
||||
telemetry_link=2;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user