wip : remove TxMode

always use variable length
This commit is contained in:
Georgi Gerganov
2020-12-05 11:25:29 +02:00
parent d95e09faf4
commit a02ead3b90
5 changed files with 85 additions and 136 deletions

View File

@@ -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;