mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
Move three custom screens out of UITask.cpp into their own .h files (RingtoneEditorScreen.h, BotScreen.h, ToolsScreen.h) and replace them with three #include lines. UITask.cpp now only contains screens that overlap with upstream (SplashScreen, SettingsScreen, QuickMsgScreen, HomeScreen), making future upstream merges easier — custom screens live in files that upstream will never touch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>