mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-13 16:35:47 -04:00
- Align AdminController.setHamMode KDoc with the implementation: the impl echoes the local LoRa values itself; caller-supplied tx_power/frequency are ignored (F-2, F-15) - Fall back to the default LoRaConfig message instead of hand-coded proto defaults (F-9) - Cover the lora-absent/unknown-node fallback branches and the null-myNodeInfo routing guard with tests (F-10, F-11) - Hoist the clear-on-toggle condition into a named boolean (F-13) - Deduplicate MyNodeInfo test fixtures into one helper (F-8) - Concrete wording for the protobufs#941 extension note (F-16) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>