mirror of
https://github.com/easytarget/esp32-cam-webserver.git
synced 2024-02-16 18:18:24 +08:00
Lamp Warning symbol and tooltip (#148)
This commit is contained in:
@ -36,11 +36,11 @@ const uint8_t index_simple_html[] = R"=====(<!doctype html>
|
||||
<div class="hidden" id="sidebar">
|
||||
<input type="checkbox" id="nav-toggle-cb">
|
||||
<nav id="menu" style="width:24em;">
|
||||
<div class="input-group hidden" id="lamp-group">
|
||||
<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!>
|
||||
<label for="lamp">Light</label>
|
||||
<div class="range-min">Off</div>
|
||||
<input type="range" id="lamp" min="0" max="100" value="0" class="action-setting">
|
||||
<div class="range-max">Full</div>
|
||||
<div class="range-max">Full⚠</div>
|
||||
</div>
|
||||
<div class="input-group" id="framesize-group">
|
||||
<label for="framesize">Resolution</label>
|
||||
|
@ -35,11 +35,11 @@ const uint8_t index_ov2640_html[] = R"=====(<!doctype html>
|
||||
<div class="hidden" id="sidebar">
|
||||
<input type="checkbox" id="nav-toggle-cb" checked="checked">
|
||||
<nav id="menu">
|
||||
<div class="input-group hidden" id="lamp-group">
|
||||
<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!">
|
||||
<label for="lamp">Light</label>
|
||||
<div class="range-min">Off</div>
|
||||
<input type="range" id="lamp" min="0" max="100" value="0" class="default-action">
|
||||
<div class="range-max">Full</div>
|
||||
<div class="range-max">Full⚠</div>
|
||||
</div>
|
||||
<div class="input-group hidden" id="autolamp-group" title="Lamp only on when camera active">
|
||||
<label for="autolamp">Auto Lamp</label>
|
||||
|
@ -35,11 +35,11 @@ const uint8_t index_ov3660_html[] = R"=====(<!doctype html>
|
||||
<div class="hidden" id="sidebar">
|
||||
<input type="checkbox" id="nav-toggle-cb" checked="checked">
|
||||
<nav id="menu">
|
||||
<div class="input-group hidden" id="lamp-group">
|
||||
<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!">
|
||||
<label for="lamp">Light</label>
|
||||
<div class="range-min">Off</div>
|
||||
<input type="range" id="lamp" min="0" max="100" value="0" class="default-action">
|
||||
<div class="range-max">Full</div>
|
||||
<div class="range-max">Full⚠</div>
|
||||
</div>
|
||||
<div class="input-group hidden" id="autolamp-group" title="Lamp only on when camera active">
|
||||
<label for="autolamp">Auto Lamp</label>
|
||||
|
Reference in New Issue
Block a user