Skip to content

Commit

Permalink
Merge pull request #11299 from daleckystepan/vtx-start-bit
Browse files Browse the repository at this point in the history
Vtx smartaudtio fix space
  • Loading branch information
haslinghuis committed Jan 17, 2022
2 parents 8986f53 + 6af04d4 commit c8a268a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/io/vtx_smartaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ static void saSendFrame(uint8_t *buf, int len)
switch (smartAudioSerialPort->identifier) {
case SERIAL_PORT_SOFTSERIAL1:
case SERIAL_PORT_SOFTSERIAL2:
if(vtxSettingsConfig()->softserialAlt) {
if (vtxSettingsConfig()->softserialAlt) {
serialWrite(smartAudioSerialPort, 0x00); // Generate 1st start bit
}
break;
Expand Down

0 comments on commit c8a268a

Please sign in to comment.