added packet_in[14] to transfer HoTT device warnings to OpenTx (#627)

This commit is contained in:
Michael
2021-11-04 14:57:25 +01:00
committed by GitHub
parent 22590ed4f7
commit da33df4346
2 changed files with 6 additions and 4 deletions

View File

@@ -309,8 +309,8 @@ static void multi_send_status()
#ifdef HOTT_FW_TELEMETRY
void HOTT_short_frame()
{
multi_send_header(MULTI_TELEMETRY_HOTT, 14);
for (uint8_t i = 0; i < 14; i++) // TX RSSI and TX LQI values followed by frame number and telemetry data
multi_send_header(MULTI_TELEMETRY_HOTT, 15);
for (uint8_t i = 0; i < 15; i++) // TX RSSI and TX LQI values followed by frame number and telemetry data
Serial_write(packet_in[i]);
}
#endif