Skip to content

Commit

Permalink
added trailing 0x00 byte to SmartAudio
Browse files Browse the repository at this point in the history
  • Loading branch information
codecae authored and mikeller committed Jan 15, 2019
1 parent 8892167 commit 8a09989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/io/vtx_smartaudio.c
Expand Up @@ -448,6 +448,8 @@ static void saSendFrame(uint8_t *buf, int len)
serialWrite(smartAudioSerialPort, buf[i]);
}

serialWrite(smartAudioSerialPort, 0x00);

sa_lastTransmissionMs = millis();
saStat.pktsent++;
}
Expand Down

0 comments on commit 8a09989

Please sign in to comment.