mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-18 08:43:18 +00:00
HoTT: fix telemetry
This commit is contained in:
@@ -450,6 +450,8 @@ uint16_t ReadHOTT()
|
||||
}
|
||||
if(packet_in[11] && !HOTT_sensor_valid)
|
||||
send_telem=false;
|
||||
if(packet_in[11]==0)
|
||||
packet_in[10]=0;
|
||||
}
|
||||
debug("T%d=",send_telem);
|
||||
for(uint8_t i=10;i < HOTT_RX_PACKET_LEN; i++)
|
||||
|
||||
Reference in New Issue
Block a user