1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-19 06:08:51 -04:00

LoRa demodulator: implement basic messaging

This commit is contained in:
f4exb
2020-02-16 11:26:18 +01:00
parent d4ede8457b
commit 733edb2cb2
16 changed files with 869 additions and 51 deletions
@@ -99,7 +99,7 @@ void LoRaDemodDecoder::decodeSymbolsTTY(const std::vector<unsigned int>& symbols
if (ttyState == TTYLetters) {
asciiChar = ttyLetters[ttyChar];
} else if (ttyState == TTYLetters) {
} else if (ttyState == TTYFigures) {
asciiChar = ttyFigures[ttyChar];
}