Beginnings of System Fusion payload regeneration.

This commit is contained in:
Jonathan Naylor
2016-02-28 20:34:37 +00:00
parent bea76da41f
commit 2cce91e94f
12 changed files with 482 additions and 19 deletions

View File

@@ -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;