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 4532cc3 commit 4e37f0bCopy full SHA for 4e37f0b
.vscode/settings.json
src/Notecard.h
@@ -68,7 +68,7 @@ class Notecard
68
begin(make_note_serial(&serial, speed));
69
}
70
inline void setDebugOutputStream(Stream &dbgserial) {
71
- setDebugOutputStream(make_note_log(&dgbserial));
+ setDebugOutputStream(make_note_log(&dbgserial));
72
73
#endif
74
void clearDebugOutputStream(void);
0 commit comments