mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-18 12:52:12 +00:00
Sync with Sharebrained's fw, only Xylos TX works for now
This commit is contained in:
@@ -54,11 +54,6 @@ void LoadModuleView::focus() {
|
||||
button_ok.focus();
|
||||
}
|
||||
|
||||
void LoadModuleView::on_hide() {
|
||||
EventDispatcher::message_map().unregister_handler(Message::ID::ReadyForSwitch);
|
||||
EventDispatcher::message_map().unregister_handler(Message::ID::ModuleID);
|
||||
}
|
||||
|
||||
void LoadModuleView::on_show() {
|
||||
char md5_signature[16];
|
||||
uint8_t c;
|
||||
@@ -129,9 +124,7 @@ int LoadModuleView::load_image() {
|
||||
}
|
||||
|
||||
void LoadModuleView::loadmodule() {
|
||||
//message_map.unregister_handler(Message::ID::ReadyForSwitch);
|
||||
|
||||
m4_switch(_hash);
|
||||
//baseband::shutdown();
|
||||
|
||||
/*EventDispatcher::message_map().register_handler(Message::ID::ReadyForSwitch,
|
||||
[this](Message* const p) {
|
||||
|
Reference in New Issue
Block a user