Skip to content

Commit 329202e

Browse files
committed
CsvOutput
1 parent aef06a6 commit 329202e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples-communication/lora/communication-lora-receive/communication-lora-receive.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "AudioTools/Communication/LoRaStream.h"
1414

1515
LoRaStream lora;
16-
MeasuringStream out; // or CSVStream<uint8_t>
16+
MeasuringStream out; // or CsvOutput<uint8_t>
1717
StreamCopy copier(out, lora);
1818

1919
void setup() {

0 commit comments

Comments
 (0)