mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2025-12-05 15:32:48 +08:00
update html
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<div class="flex-group debug">
|
||||
<label for="epdpins">引脚</label>
|
||||
<input id="epdpins" type="text" value="">
|
||||
<button id="setDriverbutton" type="button" class="primary" onclick="setDriver()">确认</button>
|
||||
<button id="setDriverbutton" type="button" class="primary" onclick="setDriver()">确定</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="log"></div>
|
||||
|
||||
@@ -130,7 +130,7 @@ async function setDriver() {
|
||||
|
||||
async function syncTime(mode) {
|
||||
if (mode === 2) {
|
||||
if (!confirm('提醒:时钟模式目前使用全刷实现,仅供体验,不建议长期开启,是否继续?')) return;
|
||||
if (!confirm('提醒:时钟模式目前使用全刷实现,此功能目前多用于修复老化屏残影问题,不建议长期开启,是否继续?')) return;
|
||||
}
|
||||
const timestamp = new Date().getTime() / 1000;
|
||||
const data = new Uint8Array([
|
||||
|
||||
Reference in New Issue
Block a user