mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-06 23:05:53 +08:00
ggwave : significantly speed-up fixed-length decoding on Arduino
This commit is contained in:
@@ -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),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user