Skip to content

Commit cf9611e

Browse files
committed
v16 beta 1 prep
1 parent ff5c0ff commit cf9611e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

data/index.css.gz

22 Bytes
Binary file not shown.

data/index.js.gz

988 Bytes
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-alpha5"
358+
#define FIRMWARE_REVISION "v16-beta1"
359359

360360
#ifdef ESP8266_WiFi
361361
#define WIFI_SETUP_AP_NAME "BrewPiAP"

src/SettingLoader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void SettingLoader::processSettingKeypair(JsonPair kv) {
4040
str_value = kv.value().as<float>();
4141
}
4242

43-
Serial.printf("SettingLoader::processSettingKeypair: %s = %s\r\n", kv.key().c_str(), str_value.c_str());
43+
// Serial.printf("SettingLoader::processSettingKeypair: %s = %s\r\n", kv.key().c_str(), str_value.c_str());
4444

4545
if (kv.key() == "mode") {
4646
char mode = kv.value().as<const char *>()[0];

0 commit comments

Comments
 (0)