Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Bogdan Pilyugin 2023-04-10 11:04:02 +02:00
commit 3fd9489c59
5 changed files with 4124 additions and 2520 deletions

1912
.project

File diff suppressed because it is too large Load Diff

46
HTML/application.html Normal file
View 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>

View File

@ -1,9 +1,9 @@
dependencies:
idf:
component_hash: null
source:
type: idf
version: 4.4.4
manifest_hash: eb33eed6204aeebc93ef87ce0ee4c46aa4a936fb925253457119240e0cfb2135
target: esp32
version: 1.0.0
dependencies:
idf:
component_hash: null
source:
type: idf
version: 4.4.4
manifest_hash: bac36ae84ced55f21212b58505f6d1d92af6f127b76119962963f68835e2e89f
target: esp32
version: 1.0.0

3110
sdkconfig

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff