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 6f4bdf8 commit 3cb51c5Copy full SHA for 3cb51c5
README.md
@@ -122,8 +122,10 @@ __SerialDebug__ is bether than Arduino default serial debugging:
122
123
For the Mega, some features are reduced, but have watches.
124
125
- If debugger is disabled in code, __SerialDebug__ in UNO,
126
- consumes only about 150 bytes of memory.
+ If debugger is disabled in code,
+ or in mode mininum (default for low memory boards),
127
+ __SerialDebug__ in Uno,
128
+ consumes only about 50 bytes of memory.
129
And it not fully otimized yet.
130
131
The default speed of serial is 250000, for Espressif, ARM or Mega boards
0 commit comments