mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Improve workflows for GitOTA.
This commit is contained in:
parent
51fd2e9174
commit
a944772f96
11 changed files with 103 additions and 47 deletions
|
|
@ -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.2.3" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.2.3" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.2.3" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=2.2.4" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.2.4" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.2.4" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=2.2.3"></script>
|
||||
<script type="text/javascript" src="index.js?v=2.2.4"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container main" data-auth="false">
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
<div id="divFirmware" class="subtab-content" style="display:none;">
|
||||
<div style="font-size:17px;">
|
||||
<span style="text-align:right;display:inline-block;color:#00bcd4;width:127px;margin-top:-27px;">Hardware: </span>
|
||||
<span style="padding-left: 4px; display: inline-block;">ESP32-<span id="spanHwVersion" style="text-transform:uppercase; text-align:left;width:120px;"></span></span>
|
||||
<span style="padding-left: 4px; display: inline-block;">ESP32<span id="spanHwVersion" style="text-transform:uppercase; text-align:left;width:120px;"></span></span>
|
||||
</div>
|
||||
<div style="font-size:17px;">
|
||||
<span style="text-align:right;display:inline-block;color:#00bcd4;width:127px;margin-top:-27px;">Firmware:</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue