pocsag menu cleanup

pull/1338/head
AlexandreRouma 2024-02-06 22:16:21 +01:00
rodzic f66f2c25e1
commit c0a84f8703
1 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

@ -8,13 +8,6 @@
#include "dsp.h"
#include "pocsag.h"
const char* msgTypes[] = {
"Numeric",
"Unknown (0b01)",
"Unknown (0b10)",
"Alphanumeric",
};
#define BAUDRATE 2400
#define SAMPLERATE (BAUDRATE*10)
@ -68,7 +61,6 @@ public:
}
void start() {
flog::debug("POCSAG start");
dsp.start();
reshape.start();
dataHandler.start();
@ -76,7 +68,6 @@ public:
}
void stop() {
flog::debug("POCSAG stop");
dsp.stop();
reshape.stop();
dataHandler.stop();