mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-08-07 15:00:02 +00:00
The pager's SD support shipped in pieces (mount ladder with XL9555 card-detect, tile-cache fallback, shared TFT_eSPI SPIClass) but CAP_SD/CAP_FILESYSTEM were never flipped from the pre-wiring 0, so the Files app gates and the whole 'Store data on SD' machinery stayed compiled out -- an inserted, mounted, browsable card that nothing would store to. Flipped the caps, extended the boot storage selection + SPIFFS->SD migration + SdNvsPrefs routing gates to TLORA_PAGER, and exported tloraPagerSharedSPI() from the variant so main.cpp can mount the card at boot on the shared bus like the T-Deck. Both pager envs + T-Deck + V4 + R8 build. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>