Skip to content

Commit a71ef46

Browse files
committed
Update version for alpha release
1 parent 487e0b6 commit a71ef46

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

data/index.css.gz

81 Bytes
Binary file not shown.

data/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Temperature Control Interface</title>
88
<script type="module" crossorigin src="/index.js"></script>
9-
<link rel="stylesheet" href="/index.css">
9+
<link rel="stylesheet" crossorigin href="/index.css">
1010
</head>
1111
<body class="h-full">
1212
<div id="app"></div>
13-
1413
</body>
1514
</html>

data/index.js.gz

6.3 KB
Binary file not shown.

src/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355

356356

357357

358-
#define FIRMWARE_REVISION "v16-alpha2"
358+
#define FIRMWARE_REVISION "v16-alpha3"
359359

360360
#ifdef ESP8266_WiFi
361361
#define WIFI_SETUP_AP_NAME "BrewPiAP"

0 commit comments

Comments
 (0)