mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Beginnings of System Fusion payload regeneration.
This commit is contained in:
parent
bea76da41f
commit
2cce91e94f
12 changed files with 482 additions and 19 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include "YSFParrot.h"
|
||||
#include "Display.h"
|
||||
#include "Defines.h"
|
||||
#include "YSFFICH.h"
|
||||
#include "Timer.h"
|
||||
#include "Modem.h"
|
||||
|
||||
|
|
@ -47,6 +48,7 @@ private:
|
|||
RPT_RF_STATE m_state;
|
||||
CTimer m_timeoutTimer;
|
||||
unsigned int m_frames;
|
||||
CYSFFICH m_fich;
|
||||
CYSFParrot* m_parrot;
|
||||
FILE* m_fp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue