From a5eac74fb524b0c39ded901cd1d32b19905ff241 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Mon, 20 Feb 2023 09:29:10 +0200 Subject: motion: Disable Motion app This is a debugging app, not useful for most people. Also remove the app icon. --- src/displayapp/DisplayApp.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/displayapp/DisplayApp.cpp') diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index 6698ea28..1648a090 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -363,6 +363,9 @@ void DisplayApp::LoadScreen(Apps app, DisplayApp::FullRefreshDirections directio currentScreen = std::make_unique(this, settingsController, batteryController, bleController, dateTimeController); break; + case Apps::Motion: + // currentScreen = std::make_unique(motionController); + // break; case Apps::None: case Apps::Clock: currentScreen = std::make_unique(dateTimeController, @@ -493,9 +496,6 @@ void DisplayApp::LoadScreen(Apps app, DisplayApp::FullRefreshDirections directio case Apps::Metronome: currentScreen = std::make_unique(motorController, *systemTask); break; - case Apps::Motion: - currentScreen = std::make_unique(motionController); - break; case Apps::Steps: currentScreen = std::make_unique(motionController, settingsController); break; -- cgit v1.2.3-70-g09d2