File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ const uint8_t index_simple_html[] = R"=====(<!doctype html>
3636 <div class="hidden" id="sidebar">
3737 <input type="checkbox" id="nav-toggle-cb">
3838 <nav id="menu" style="width:24em;">
39- <div class="input-group hidden" id="lamp-group">
39+ <div class="input-group hidden" id="lamp-group" title="Brightness of flashlight LED. Warning: Very bright! Be careful when increasing. Avoid looking directly at LED! >
4040 <label for="lamp">Light</label>
4141 <div class="range-min">Off</div>
4242 <input type="range" id="lamp" min="0" max="100" value="0" class="action-setting">
43- <div class="range-max">Full</div>
43+ <div class="range-max">Full⚠ </div>
4444 </div>
4545 <div class="input-group" id="framesize-group">
4646 <label for="framesize">Resolution</label>
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ const uint8_t index_ov2640_html[] = R"=====(<!doctype html>
3535 < div class = "hidden" id = "sidebar" >
3636 < input type = "checkbox" id = "nav-toggle-cb" checked = "checked" >
3737 < nav id = "menu" >
38- < div class = "input-group hidden" id = "lamp-group" >
38+ < div class = "input-group hidden" id = "lamp - group " title=" Brightness of flashlight LED . Warning : Very bright ! Be careful when increasing . Avoid looking directly at LED ! " >
3939 < label for = "lamp" > Light < /label >
4040 < div class = "range-min" > Off < /div >
4141 < input type = "range" id = "lamp" min = "0" max = "100" value = "0" class = "default-action" >
42- < div class = "range-max" > Full < /div >
42+ < div class = "range-max" > Full & #9888 ; < /div >
4343 < /div >
4444 < div class = "input-group hidden" id = "autolamp - group " title=" Lamp only on when camera active ">
4545 < label for = "autolamp" > Auto Lamp < /label >
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ const uint8_t index_ov3660_html[] = R"=====(<!doctype html>
3535 < div class = "hidden" id = "sidebar" >
3636 < input type = "checkbox" id = "nav-toggle-cb" checked = "checked" >
3737 < nav id = "menu" >
38- < div class = "input-group hidden" id = "lamp-group" >
38+ < div class = "input-group hidden" id = "lamp - group " title=" Brightness of flashlight LED . Warning : Very bright ! Be careful when increasing . Avoid looking directly at LED ! " >
3939 < label for = "lamp" > Light < /label >
4040 < div class = "range-min" > Off < /div >
4141 < input type = "range" id = "lamp" min = "0" max = "100" value = "0" class = "default-action" >
42- < div class = "range-max" > Full < /div >
42+ < div class = "range-max" > Full & #9888 ; < /div >
4343 < /div >
4444 < div class = "input-group hidden" id = "autolamp - group " title=" Lamp only on when camera active ">
4545 < label for = "autolamp" > Auto Lamp < /label >
You can’t perform that action at this time.
0 commit comments