Skip to content

Commit

Permalink
Update version for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Jan 14, 2025
1 parent 487e0b6 commit a71ef46
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Binary file modified data/index.css.gz
Binary file not shown.
3 changes: 1 addition & 2 deletions data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Temperature Control Interface</title>
<script type="module" crossorigin src="/index.js"></script>
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" crossorigin href="/index.css">
</head>
<body class="h-full">
<div id="app"></div>

</body>
</html>
Binary file modified data/index.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@



#define FIRMWARE_REVISION "v16-alpha2"
#define FIRMWARE_REVISION "v16-alpha3"

#ifdef ESP8266_WiFi
#define WIFI_SETUP_AP_NAME "BrewPiAP"
Expand Down

0 comments on commit a71ef46

Please sign in to comment.