diff options
Diffstat (limited to 'src/ui/ui_fsm.cpp')
| -rw-r--r-- | src/ui/ui_fsm.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/ui_fsm.cpp b/src/ui/ui_fsm.cpp index 740383a4..75327a58 100644 --- a/src/ui/ui_fsm.cpp +++ b/src/ui/ui_fsm.cpp @@ -432,7 +432,8 @@ void Browse::react(const internal::ShowSettingsPage& ev) { screen.reset(new screens::Storage(sTopBarModel)); break; case internal::ShowSettingsPage::Page::kFirmwareUpdate: - screen.reset(new screens::FirmwareUpdate(sTopBarModel)); + screen.reset( + new screens::FirmwareUpdate(sTopBarModel, sServices->samd())); break; case internal::ShowSettingsPage::Page::kAbout: screen.reset(new screens::About(sTopBarModel)); |
