mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-31 18:18:06 -04:00
Add a "Radio Control" section to the developer architecture guide covering how features issue radio commands: the RadioController composite, its four sub-interfaces (Admin/Messaging/Node/Request), and DirectRadioControllerImpl as the in-process composition root that assembles them via interface delegation. Notes the fire-and-forget admin model and the deliberate alignment with the meshtastic-sdk API shape. Additive only (no stale-reference fix); bumps last_updated. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>