Skip to content

Commit

Permalink
added trailing 0x00 byte to SmartAudio for AKK/RDQ VTX
Browse files Browse the repository at this point in the history
  • Loading branch information
howels committed Jul 3, 2022
1 parent 229ac66 commit b3b2e5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/io/vtx_smartaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,8 @@ static void saSendFrame(uint8_t *buf, int len)
serialWrite(smartAudioSerialPort, buf[i]);
}

serialWrite(smartAudioSerialPort, 0x00);

saStat.pktsent++;
} else {
sa_outstanding = SA_CMD_NONE;
Expand Down

0 comments on commit b3b2e5a

Please sign in to comment.