Fix issue where nvs was not getting reset with rollingCodes from backup file.

This commit is contained in:
Robert Strouse 2023-07-20 20:10:43 -07:00
parent 7f4cc19914
commit d471745489
13 changed files with 280 additions and 109 deletions

View file

@ -3,11 +3,11 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css?v=2.0.3" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=2.0.3" type="text/css" />
<link rel="stylesheet" href="icons.css?v=2.0.3" type="text/css" />
<link rel="stylesheet" href="main.css?v=2.1.0" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=2.1.0" type="text/css" />
<link rel="stylesheet" href="icons.css?v=2.1.0" type="text/css" />
<link rel="icon" type="image/png" href="favicon.png" />
<script type="text/javascript" src="index.js?v=2.0.3"></script>
<script type="text/javascript" src="index.js?v=2.1.0"></script>
</head>
<body>
<div id="divContainer" class="container main" data-auth="false">
@ -368,6 +368,12 @@
</label>
</div>
</div>
<div style="margin-top:-10px;">
<div class="field-group">
<input id="cbHasSunsensor" name="hasSunSensor" data-bind="sunSensor" type="checkbox" style="" />
<label for="cbHasSunSensor" style="display:block;font-size:1em;margin-top:0px;margin-left:7px;display:inline-block;">Has Sun Sensor</label>
</div>
</div>
<div style="margin-top:-10px;">
<div class="field-group">
<input id="cbFlipCommands" name="flipCommands" data-bind="flipCommands" type="checkbox" style="" />