ggwave : significantly speed-up fixed-length decoding on Arduino

This commit is contained in:
Georgi Gerganov
2022-06-05 09:46:45 +03:00
parent 6349e20a81
commit 3f52b0f1b0
2 changed files with 13 additions and 9 deletions

View File

@@ -66,8 +66,9 @@ void loop() {
}
GGWave ggwave(p);
ggwave.setLogFile(nullptr);
ggwave.setRxProtocols({
//ggwave.getTxProtocol(GGWAVE_TX_PROTOCOL_MT_FASTEST),
ggwave.getTxProtocol(GGWAVE_TX_PROTOCOL_MT_FASTEST),
ggwave.getTxProtocol(GGWAVE_TX_PROTOCOL_DT_FASTEST),
});