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 47f8381 commit ec0ed8bCopy full SHA for ec0ed8b
examples/Example03_NavigationUART/Example03_NavigationUART.ino
@@ -193,7 +193,7 @@ void setup()
193
#if defined(ARDUINO_ARCH_RP2040)
194
Serial1.setFIFOSize(512);
195
#elif defined(ESP32)
196
- Serial1.setBufferSize(512);
+ Serial1.setRxBufferSize(512);
197
#endif
198
199
// Setup Serial1 for communication with the FPC2534
0 commit comments