mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 23:22:33 -04:00
Fixed LCR transmit and AFSK baseband module
This commit is contained in:
parent
79f2134d91
commit
e958b4bd7d
18 changed files with 390 additions and 271 deletions
|
@ -47,17 +47,8 @@ struct SharedMemory {
|
|||
|
||||
char m4_panic_msg[32] { 0 };
|
||||
|
||||
uint8_t radio_data[256];
|
||||
size_t bit_length;
|
||||
|
||||
uint32_t afsk_samples_per_bit;
|
||||
uint32_t afsk_phase_inc_mark;
|
||||
uint32_t afsk_phase_inc_space;
|
||||
uint8_t afsk_repeat;
|
||||
uint32_t afsk_fmmod;
|
||||
bool afsk_transmit_done;
|
||||
bool afsk_alt_format;
|
||||
|
||||
JammerRange jammer_ranges[16];
|
||||
|
||||
char epardata[13];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue