mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
feat: add timeturner for time offsets and migrate config to YAML
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
parent
08577f5064
commit
777a202877
9 changed files with 245 additions and 160 deletions
|
|
@ -48,9 +48,16 @@
|
|||
<div class="control-group">
|
||||
<label for="hw-offset">Hardware Offset (ms):</label>
|
||||
<input type="number" id="hw-offset" name="hw-offset">
|
||||
<button id="save-offset">Save</button>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label>Timeturner Offset:</label>
|
||||
<input type="number" id="offset-h" placeholder="H">
|
||||
<input type="number" id="offset-m" placeholder="M">
|
||||
<input type="number" id="offset-s" placeholder="S">
|
||||
<input type="number" id="offset-f" placeholder="F">
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<button id="save-config">Save Config</button>
|
||||
<button id="manual-sync">Manual Sync</button>
|
||||
<span id="sync-message"></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue