mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-23 04:11:00 +08:00
ggwave : add option to only generate tones on Tx
This commit is contained in:
@@ -53,7 +53,7 @@ void loop() {
|
||||
p.sampleFormatInp = GGWAVE_SAMPLE_FORMAT_I16;
|
||||
p.samplesPerFrame = 128;
|
||||
p.payloadLength = 16;
|
||||
p.operatingMode = GGWAVE_OPERATING_MODE_ONLY_RX;
|
||||
p.operatingMode = GGWAVE_OPERATING_MODE_RX;
|
||||
|
||||
GGWave ggwave(p);
|
||||
ggwave.setRxProtocols({
|
||||
|
||||
Reference in New Issue
Block a user