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 Aug 5, 2020
1 parent caa0d68 commit dd46701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/io/vtx_smartaudio.c
Expand Up @@ -515,6 +515,8 @@ static void saSendFrame(uint8_t *buf, int len)
sa_outstanding = SA_CMD_NONE;
}

serialWrite(smartAudioSerialPort, 0x00);

sa_lastTransmissionMs = millis();
}

Expand Down

0 comments on commit dd46701

Please sign in to comment.