diff --git a/Tactility/Source/Tactility.cpp b/Tactility/Source/Tactility.cpp index f882456a..4a79acb8 100644 --- a/Tactility/Source/Tactility.cpp +++ b/Tactility/Source/Tactility.cpp @@ -151,6 +151,10 @@ namespace app { namespace apwebserver { extern const AppManifest manifest; } namespace crashdiagnostics { extern const AppManifest manifest; } namespace webserversettings { extern const AppManifest manifest; } + namespace mcpoverride { extern const AppManifest manifest; } + namespace mcpsettings { extern const AppManifest manifest; } + namespace crashdiagnostics { extern const AppManifest manifest; } + namespace webserversettings { extern const AppManifest manifest; } #if CONFIG_TT_TDECK_WORKAROUND == 1 namespace keyboardsettings { extern const AppManifest manifest; } // T-Deck only for now namespace trackballsettings { extern const AppManifest manifest; } // T-Deck only for now @@ -213,6 +217,8 @@ static void registerInternalApps() { #ifdef ESP_PLATFORM addAppManifest(app::apwebserver::manifest); addAppManifest(app::webserversettings::manifest); + addAppManifest(app::mcpsettings::manifest); + addAppManifest(app::mcpoverride::manifest); addAppManifest(app::crashdiagnostics::manifest); addAppManifest(app::development::manifest); #if defined(CONFIG_TT_TDECK_WORKAROUND) @@ -437,4 +443,4 @@ MainDispatcher getMainDispatcher() { return MainDispatcher(mainDispatcherHandle); } -} // namespace +} // namespace \ No newline at end of file