mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
The Recent adverts carousel page was a read-only name+age list of recently-heard nodes — now covered by the Nodes screen (which folds getRecentlyHeard() non-contacts into its list). Remove it from the UX: - isPageVisible() hard-hides HomePage::RECENT, so it drops out of the carousel for everyone (default and custom page orders, existing users included). - Delete the dead RECENT render block, the nav "Recent adverts" alert and the unused AdvertPath recent[] member. - Drop HOME_RECENT from Settings > Home Pages so there's no dead toggle. HPB_RECENT bit index is left intact, so persisted page_order / home_pages_mask stay valid (a stored RECENT entry is simply skipped) — no migration, no schema bump. Both solo envs build green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>