We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f1f11 commit 27c9665Copy full SHA for 27c9665
1 file changed
lib/3rd_party_adapters/Arduino/serial_port.cpp
@@ -14,7 +14,7 @@ std::basic_ostream<CharType> &cout = std::cout;
14
15
void initialize()
16
{
17
- Serial.begin(115200);
+ Serial.begin(BAUD_RATE);
18
delay(100);
19
Serial.flush();
20
0 commit comments