AFHDS2A: Fix for CROSSOVER-RX

CROSSOVER-RX are sending end of telemetry data despite having sensors after...
This commit is contained in:
pascallanger
2026-07-14 18:44:05 +02:00
parent 51a01d1393
commit 7bde06ff50
2 changed files with 4 additions and 1 deletions

View File

@@ -887,7 +887,7 @@ void TelemetryUpdate()
t += TXBUFFER_SIZE - h ;
else
t -= h ;
if ( t < 32 )
if ( t < 48 ) //32 )
{
debugln("TEL_BUF_FULL %d",t);
return ;