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 c854391 commit 3b2af11Copy full SHA for 3b2af11
source/samples/SerialStreamer.cpp
@@ -87,8 +87,6 @@ void SerialStreamer::streamBuffer(ManagedBuffer buffer)
87
88
while(p < end)
89
uBit.serial.putc(*p++);
90
-
91
- uBit.serial.putc('\t');
92
}
93
94
// if a HEX mode is requested, format using printf, framed by sample size..
0 commit comments