mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-06 14:55:52 +08:00
wip : remove TxMode
always use variable length
This commit is contained in:
@@ -33,8 +33,6 @@ int main(int argc, char** argv) {
|
||||
|
||||
auto ggWave = GGWave_instance();
|
||||
|
||||
ggWave->setTxMode(GGWave::TxMode::VariableLength);
|
||||
|
||||
printf("Selecting Tx protocol %d\n", txProtocol);
|
||||
|
||||
std::mutex mutex;
|
||||
|
||||
Reference in New Issue
Block a user