* companion client repeat mode support

这个提交包含在:
Scott Powell
2026-02-14 15:50:06 +11:00
父节点 5ccae4bddc
当前提交 564a19d125
修改 4 个文件,包含 47 行新增4 行删除
+1
查看文件
@@ -28,4 +28,5 @@ struct NodePrefs { // persisted to file
uint8_t gps_enabled; // GPS enabled flag (0=disabled, 1=enabled)
uint32_t gps_interval; // GPS read interval in seconds
uint8_t autoadd_config; // bitmask for auto-add contacts config
uint8_t client_repeat;
};