mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-14 15:16:40 +00:00
Full documentation audit before merging 1.26 into main turned up: - README's Supported Devices table was missing GAT562 Mesh Watch13 (a CI-built, shipping firmware with zero end-user docs -- pre-existing gap, not introduced by this branch) and ProMicro (added to the build table by an earlier commit but never to the device list up top). Building-from-source's env table was also missing Watch13. - settings_screen.md's Keyboard table never documented the Ext. KB (Full/Compact) setting, despite external_keyboard.md already describing it in detail. - nrf52_power_management.md's board-support table only listed 5 of the 13 boards that actually have a PowerMgtConfig implementation wired up (grep-verified against every variants/*/*.cpp defining `power_config`) -- added the other 8, and fixed one board's listed name (RAK 3401, not "RAK WisMesh Tag") to match its actual getManufacturerName(). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>