We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c9dfe commit 35260c1Copy full SHA for 35260c1
cores/rp2040/main.cpp
@@ -69,7 +69,7 @@ extern "C" int main() {
69
70
#ifndef DISABLE_USB_SERIAL
71
// Enable serial port for reset/upload always
72
- Serial.begin();
+ Serial.begin(115200);
73
#endif
74
75
0 commit comments