Files
Meshtastic-Android/core
James Rich 1cda00ff42 fix: apply review auto-fixes (docs, idioms, test coverage, dedup)
- 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>
2026-06-13 07:35:01 -05:00
..