mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 07:10:43 -04:00
Added EPAR transmit (slow FSK), bit bug for now
This commit is contained in:
parent
9149508c83
commit
7267de234d
20 changed files with 548 additions and 12 deletions
|
@ -67,7 +67,8 @@ struct SharedMemory {
|
|||
JammerRange jammer_ranges[16];
|
||||
|
||||
char xylosdata[21];
|
||||
bool xylos_transmit_done;
|
||||
char epardata[13];
|
||||
bool transmit_done;
|
||||
};
|
||||
|
||||
extern SharedMemory& shared_memory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue