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

@@ -73,12 +73,6 @@ extern "C" {
int doInit() {
return GGWave_init(-1, -1);
}
EMSCRIPTEN_KEEPALIVE
int setTxMode(int txMode) {
g_ggWave->setTxMode((GGWave::TxMode)(txMode));
return 0;
}
}
void GGWave_setDefaultCaptureDeviceName(std::string name) {