Skip to content

Commit

Permalink
set MIF UART fifosize
Browse files Browse the repository at this point in the history
  • Loading branch information
771-8bit committed Mar 24, 2024
1 parent 315f990 commit 6017881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MissionInterface/MissionInterface.ino
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ void setup() {

pinMode(MISSION_POWER, OUTPUT);
digitalWrite(MISSION_POWER, LOW);


Serial1.setFIFOSize(512);
Serial1.begin(921600);
while (Serial1.available()) {
Serial1.read();
Expand Down

0 comments on commit 6017881

Please sign in to comment.