Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
3fd9489c59
46
HTML/application.html
Normal file
46
HTML/application.html
Normal file
|
|
@ -0,0 +1,46 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="res/styles.css">
|
||||||
|
<link rel="stylesheet" href="res/iconsfont.css">
|
||||||
|
<script src="res/main.js"></script>
|
||||||
|
<script src="res/res.js"></script>
|
||||||
|
<title>~name~</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript">
|
||||||
|
const timarr_test = [{'num':1,'start':1675757575,'cron':'* * * * * *'},
|
||||||
|
{'num':2,'start':1675757575,'cron':'* * * * * *'},
|
||||||
|
{'num':3,'start':1675757575,'cron':'* * * * * *'},
|
||||||
|
{'num':4,'start':1675757575,'cron':'* * * * * *'},
|
||||||
|
{'num':5,'start':1675757575,'cron':'* * * * * *'}];
|
||||||
|
function drawtimer(tarr)
|
||||||
|
{
|
||||||
|
var num =
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script>PageSurround();</script>
|
||||||
|
<!--========== CONTENTS ==========-->
|
||||||
|
<main>
|
||||||
|
<section>
|
||||||
|
<div class="ml">
|
||||||
|
<div class="mlpc">
|
||||||
|
<form name="tmr" method="post">
|
||||||
|
<div class="mlhdr">TIMER</div>
|
||||||
|
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<script>PrintSaveFail('~status_fail~');
|
||||||
|
PrintSaveBtn('tmr'); PrintApplyBtn('tmr');</script>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
<script>
|
||||||
|
showMenu('header-toggle','navbar');
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
idf:
|
idf:
|
||||||
component_hash: null
|
component_hash: null
|
||||||
source:
|
source:
|
||||||
type: idf
|
type: idf
|
||||||
version: 4.4.4
|
version: 4.4.4
|
||||||
manifest_hash: eb33eed6204aeebc93ef87ce0ee4c46aa4a936fb925253457119240e0cfb2135
|
manifest_hash: bac36ae84ced55f21212b58505f6d1d92af6f127b76119962963f68835e2e89f
|
||||||
target: esp32
|
target: esp32
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
|
||||||
1558
sdkconfig.old
1558
sdkconfig.old
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user