We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487e0b6 commit a71ef46Copy full SHA for a71ef46
data/index.css.gz
81 Bytes
data/index.html
@@ -6,10 +6,9 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>Temperature Control Interface</title>
8
<script type="module" crossorigin src="/index.js"></script>
9
- <link rel="stylesheet" href="/index.css">
+ <link rel="stylesheet" crossorigin href="/index.css">
10
</head>
11
<body class="h-full">
12
<div id="app"></div>
13
-
14
</body>
15
</html>
data/index.js.gz
6.3 KB
src/Config.h
@@ -355,7 +355,7 @@
355
356
357
358
-#define FIRMWARE_REVISION "v16-alpha2"
+#define FIRMWARE_REVISION "v16-alpha3"
359
360
#ifdef ESP8266_WiFi
361
#define WIFI_SETUP_AP_NAME "BrewPiAP"
0 commit comments