Skip to content

Commit

Permalink
pocsag menu cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Feb 6, 2024
1 parent f66f2c2 commit c0a84f8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions decoder_modules/pager_decoder/src/pocsag/decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -68,15 +61,13 @@ class POCSAGDecoder : public Decoder {
}

void start() {
flog::debug("POCSAG start");
dsp.start();
reshape.start();
dataHandler.start();
diagHandler.start();
}

void stop() {
flog::debug("POCSAG stop");
dsp.stop();
reshape.stop();
dataHandler.stop();
Expand Down

0 comments on commit c0a84f8

Please sign in to comment.