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 f973db1 commit fbed833Copy full SHA for fbed833
src/AudioTools/AudioOutput.h
@@ -237,7 +237,7 @@ class HexDumpOutput : public AudioOutput {
237
238
239
void flush() {
240
- Serial.println();
+ out_ptr->println();
241
pos = 0;
242
}
243
@@ -250,10 +250,10 @@ class HexDumpOutput : public AudioOutput {
250
out_ptr->print(" ");
251
pos++;
252
if (pos == 8) {
253
- Serial.print(" - ");
+ out_ptr->print(" - ");
254
255
if (pos == 16) {
256
257
258
259
0 commit comments