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:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user