mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 17:17:28 -04:00
Reverted WFM mode to working state
TXView in ADSB TX Lockable TXView POCSAG TX bugfix with Alphanum and Numeric only Testing Labels widget
This commit is contained in:
parent
884d0c4f58
commit
0102a34286
17 changed files with 202 additions and 133 deletions
|
@ -110,7 +110,7 @@ void pocsag_encode(
|
|||
size_t b, c, address_slot;
|
||||
size_t bit_idx, char_idx = 0;
|
||||
uint32_t codeword, digit_code;
|
||||
char ascii_char;
|
||||
char ascii_char = 0;
|
||||
|
||||
size_t message_size = message.size();
|
||||
|
||||
|
@ -140,6 +140,7 @@ void pocsag_encode(
|
|||
|
||||
if (type == MessageType::ADDRESS_ONLY) return; // Done.
|
||||
|
||||
c++;
|
||||
codeword = 0;
|
||||
bit_idx = 20 + 11;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue