mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 03:14:27 +00:00
Add Receiver sub-menu, Transponders item and sub-menu.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#define __AIS_APP_H__
|
||||
|
||||
#include "ui_widget.hpp"
|
||||
#include "ui_navigation.hpp"
|
||||
|
||||
#include "log_file.hpp"
|
||||
|
||||
#include "ais_packet.hpp"
|
||||
@@ -129,7 +131,7 @@ private:
|
||||
|
||||
class AISAppView : public View {
|
||||
public:
|
||||
AISAppView();
|
||||
AISAppView(NavigationView& nav);
|
||||
~AISAppView();
|
||||
|
||||
void set_parent_rect(const Rect new_parent_rect) override;
|
||||
|
||||
Reference in New Issue
Block a user