Skip to content

Commit b5c2293

Browse files
authored
fix autolamp tooltip (easytarget#146)
Properly apply autolamp tooltip
1 parent 4b6cd9a commit b5c2293

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index_ov2640.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ const uint8_t index_ov2640_html[] = R"=====(<!doctype html>
4141
<input type="range" id="lamp" min="0" max="100" value="0" class="default-action">
4242
<div class="range-max">Full</div>
4343
</div>
44-
<div class="input-group hidden" id="autolamp-group">
44+
<div class="input-group hidden" id="autolamp-group" title="Lamp only on when camera active">
4545
<label for="autolamp">Auto Lamp</label>
4646
<div class="switch">
47-
<input id="autolamp" type="checkbox" class="default-action" title="Lamp only on when camera active">
47+
<input id="autolamp" type="checkbox" class="default-action">
4848
<label class="slider" for="autolamp"></label>
4949
</div>
5050
</div>

index_ov3660.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ const uint8_t index_ov3660_html[] = R"=====(<!doctype html>
4141
<input type="range" id="lamp" min="0" max="100" value="0" class="default-action">
4242
<div class="range-max">Full</div>
4343
</div>
44-
<div class="input-group hidden" id="autolamp-group">
44+
<div class="input-group hidden" id="autolamp-group" title="Lamp only on when camera active">
4545
<label for="autolamp">Auto Lamp</label>
4646
<div class="switch">
47-
<input id="autolamp" type="checkbox" class="default-action" title="Lamp only on when camera active">
47+
<input id="autolamp" type="checkbox" class="default-action">
4848
<label class="slider" for="autolamp"></label>
4949
</div>
5050
</div>

0 commit comments

Comments
 (0)