improve pocsag alpha decoding

This commit is contained in:
AlexandreRouma
2024-02-05 16:46:08 +01:00
parent bddfe5396f
commit f66f2c25e1
3 changed files with 23 additions and 52 deletions

View File

@ -45,7 +45,7 @@ namespace pocsag {
MessageType msgType;
std::string msg;
uint32_t lastMsgData;
bool leftInLast = 0;
char currChar = 0;
int currOffset = 0;
};
}