feat(settings): add remote "Set time" admin action (#5821)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
James Rich
2026-06-16 21:07:14 -05:00
committed by GitHub
parent c347903c6e
commit cef12c39dd
9 changed files with 62 additions and 0 deletions

View File

@@ -123,6 +123,8 @@ class FakeRadioController :
override suspend fun setCannedMessages(destNum: Int, messages: String) {}
override suspend fun setTime(destNum: Int, packetId: Int) {}
override suspend fun getOwner(destNum: Int, packetId: Int) {}
override suspend fun getConfig(destNum: Int, configType: Int, packetId: Int) {}