mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-21 15:29:12 +00:00
Testing Messagepack for saving/loading stuff from SD card
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
#include "ui_handwrite.hpp" // DEBUG
|
||||
#include "ui_soundboard.hpp" // DEBUG
|
||||
#include "ui_closecall.hpp" // DEBUG
|
||||
|
||||
#include "analog_audio_app.hpp"
|
||||
#include "ais_app.hpp"
|
||||
@@ -263,6 +264,7 @@ SystemView::SystemView(
|
||||
navigation_view.push<BMPView>();
|
||||
else
|
||||
//navigation_view.push<SoundBoardView>();
|
||||
//navigation_view.push<CloseCallView>();
|
||||
//navigation_view.push<HandWriteView>(debugtxt, 20);
|
||||
navigation_view.push<SystemMenuView>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user