Skip to content

Commit c91367a

Browse files
committed
Raise MRI baudrate to 230400
I have used this higher baudrate successfully in the past with MRI on Windows, macOS, and Ubuntu.
1 parent 037d83d commit c91367a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MRI/examples/MRI/MRI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include <MRI.h>
77

8-
DebugSerial debugSerial(Serial1, USART1_IRQn, 115200);
8+
DebugSerial debugSerial(Serial1, USART1_IRQn, 230400);
99

1010
void setup() {
1111
}

0 commit comments

Comments
 (0)