mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 00:59:28 +00:00
Extract LogFile, add (dumb) logging to ERT, AIS apps.
This commit is contained in:
@@ -26,20 +26,16 @@
|
||||
#include "message.hpp"
|
||||
|
||||
#include "manchester.hpp"
|
||||
|
||||
#include "ff.h"
|
||||
#include "log_file.hpp"
|
||||
|
||||
class TPMSModel {
|
||||
public:
|
||||
TPMSModel();
|
||||
~TPMSModel();
|
||||
|
||||
ManchesterFormatted on_packet(const TPMSPacketMessage& message);
|
||||
|
||||
private:
|
||||
FIL fil;
|
||||
|
||||
void open_file();
|
||||
LogFile log_file;
|
||||
};
|
||||
|
||||
namespace ui {
|
||||
|
||||
Reference in New Issue
Block a user