22 lines
875 B
HTML
Raw Permalink Normal View History

2025-01-17 20:10:17 +01:00
<div style="display:flex">
<span style="flex-grow: 1; text-align: center; font-weight: bold;">
Time:
2025-01-17 20:10:17 +01:00
</span>
<input id="timeview_auto_refresh" type="checkbox">
</div>
2025-01-17 20:10:17 +01:00
<div style="display:flex">
<span style="min-width: 50px;">MCU:</span>
<div id="timeview_esp_time" style="text-wrap: nowrap; flex-grow: 1;">Esp time</div>
</div>
2025-01-17 20:10:17 +01:00
<div style="display:flex">
<span style="min-width: 50px;">RTC:</span>
<div id="timeview_rtc_time" style="text-wrap: nowrap; flex-grow: 1;">Rtc time</div>
</div>
2025-01-17 20:10:17 +01:00
<div style="display:flex">
<span style="min-width: 50px;">Local:</span>
<div id="timeview_browser_time" style="text-wrap: nowrap; flex-grow: 1;">Local time</div>
</div>
<button id="timeview_time_upload">Store Browser time into esp and rtc</button>