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 ce57327 commit 365122eCopy full SHA for 365122e
api/RingBuffer.h
@@ -30,7 +30,7 @@ namespace arduino {
30
// using a ring buffer (I think), in which head is the index of the location
31
// to which to write the next incoming character and tail is the index of the
32
// location from which to read.
33
-#define SERIAL_BUFFER_SIZE 64
+#define SERIAL_BUFFER_SIZE 1024
34
35
template <int N>
36
class RingBufferN
package.json
@@ -0,0 +1,5 @@
1
+{
2
+ "name": "framework-arduino-api",
3
+ "description": "Hardware independent layer of the Arduino cores",
4
+ "version": "2025.1.4"
5
+}
0 commit comments