mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 09:18:01 +08:00
ggwave : add mono-tone protocols
This commit is contained in:
@@ -41,7 +41,7 @@ int main(int argc, char** argv) {
|
||||
printf(" -t%d : %s\n", protocol.first, protocol.second.name);
|
||||
}
|
||||
|
||||
if (txProtocolId < 0 || txProtocolId > (int) ggWave->getTxProtocols().size()) {
|
||||
if (txProtocolId < 0) {
|
||||
fprintf(stderr, "Unknown Tx protocol %d\n", txProtocolId);
|
||||
return -3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user