fix(admin): persist TAK module config (team color / member role) (#11216)

Setting TAK team/role ACKed and rebooted but stored nothing:
handleSetModuleConfig had no tak case, saveToDisk never set has_tak,
and handleGetModuleConfig had no TAK_CONFIG case. Add all three, plus
a native suite sweeping every ModuleConfig submessage through
set -> save -> load -> get and a TAK value-fidelity suite.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
James Rich
2026-07-25 23:03:06 +00:00
committed by GitHub
co-authored by GitHub Claude Fable 5
parent 6d944e44d0
commit 8e104a909b
7 changed files with 365 additions and 1 deletions
+2
View File
@@ -404,6 +404,8 @@ A well-structured test suite follows this pattern:
| `test_position_precision` | Position precision helpers |
| `test_radio` | Radio interface |
| `test_serial` | Serial communication |
| `test_module_config` | AdminModule module config |
| `test_tak_config` | TAK (ATAK) team/role values |
| `test_traffic_management` | Traffic management |
| `test_transmit_history` | Retransmission tracking |
| `test_type_conversions` | NodeDB v25 type conversions |