-
Notifications
You must be signed in to change notification settings - Fork 1
/
5939fab5faa8.html
66 lines (64 loc) · 3.43 KB
/
5939fab5faa8.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en" class="">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
<title>Konnected Flash Tool - CT</title>
<link rel="stylesheet" href="https://use.typekit.net/zoq0xkd.css">
<style>
div,fieldset,input,select{padding:5px;font-size:1em;}
fieldset{background:#4f4f4f;}
p{margin:0.5em 0;}
p,li{font-size:1.2em;line-height: 1.5em;}
input{width:100%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background:#dddddd;color:#000000;}
input[type=checkbox],input[type=radio]{width:1em;margin-right:6px;vertical-align:-1px;}
input[type=range]{width:99%;}
select{width:100%;background:#dddddd;color:#000000;}
textarea{resize:vertical;width:98%;height:318px;padding:5px;overflow:auto;background:#1f1f1f;color:#65c115;}
body{text-align:center;font-family:"inter",HelveticaNeue,"Helvetica Neue",sans-serif;background:#FFF;--esp-tools-button-color:#3F75FF;}
td{padding:0px;}
button{border:0;border-radius:0.3rem;background:#2777c0;color:#faffff;line-height:2.4rem;font-size:1.2rem;width:100%;-webkit-transition-duration:0.4s;transition-duration:0.4s;cursor:pointer;}
button:hover{background:#3F75FF;}
h1{font-weight:100;}
h2{font-weight:300;}
li{margin-bottom: 1em;}
.sub{font-weight:200;font-size:1em;}
.bred{background:#d43535;}
.bred:hover{background:#931f1f;}
.bgrn{background:#47c266;}
.bgrn:hover{background:#5aaf6f;}
a{color:#3F75FF;text-decoration:none;}
.p{float:left;text-align:left;}
.q{float:right;text-align:right;}
.r{border-radius:0.3em;padding:2px;margin:6px 2px;}
.pick-variant{margin-bottom:16px;}
.flasher{text-align:left;}
esp-web-install-button[install-unsupported]{ border:1px dashed; padding: 1em; background-color: lightgoldenrodyellow;}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js" integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script
type="module"
src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module"
></script>
</head>
<body>
<div class="main" style='display:inline-block;min-width:340px;max-width:860px;margin-top:2em;'>
<img width="512px" src="assets/logo-blue.png" itemprop="logo" alt="Konnected"><br/>
<h1>KB firmware update</h1>
<div style="text-align: left;">
<p>For Kris Barney only. If you are not Kris and you've stumbled
across this page by accident, kindly move along, thanks!
</p>
</div>
<br/>
<esp-web-install-button manifest="manifests/KB-gdov2-q.json" id="inst">
<span slot="unsupported"><strong>Unsupported Browser:</strong> Please use <a href="https://www.google.com/chrome/" target="_blank">Google Chrome</a> or <a href="https://microsoft.com/edge" target="_blank">Microsoft Edge</a> browser to use this tool.</span>
</esp-web-install-button>
<br/>
<div style='font-size:11px;margin-top:5em;'>
© Copyright 2024 <a href="https://konnected.io">Konnected Inc.</a></br>
<a href="https://esphome.github.io/esp-web-tools/" target='_blank' style='color:#aaa;'>powered by ESP Web Tools</a>
</div>
</div>
</body>
</html>