mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-10 10:13:05 +00:00
Extract LogFile, add (dumb) logging to ERT, AIS apps.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "ui_console.hpp"
|
||||
#include "message.hpp"
|
||||
#include "log_file.hpp"
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -32,6 +33,9 @@ public:
|
||||
ERTModel();
|
||||
|
||||
std::string on_packet(const ERTPacketMessage& message);
|
||||
|
||||
private:
|
||||
LogFile log_file;
|
||||
};
|
||||
|
||||
namespace ui {
|
||||
|
||||
Reference in New Issue
Block a user