From 5e6df15f3b2e4f4b046ce4d312cd7a770312d918 Mon Sep 17 00:00:00 2001 From: Jens B Date: Sun, 10 Jul 2022 13:00:34 +0200 Subject: [PATCH] config file read buffer size increased adding MQTT authentication has increased the typical size of the config file --- ConfigurationFile.h | 2 +- common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ConfigurationFile.h b/ConfigurationFile.h index 9b6efa5..8495dda 100644 --- a/ConfigurationFile.h +++ b/ConfigurationFile.h @@ -38,7 +38,7 @@ class ConfigurationFile const char* get(const char* tag); private: - static const unsigned int CONFIG_BUFFER_SIZE = 256; // [bytes] + static const unsigned int CONFIG_BUFFER_SIZE = 512; // [bytes] static const unsigned int EXCEPTION_MESSAGE_SIZE = 80; // [bytes] private: diff --git a/common.h b/common.h index df2e9a3..c0ffe7e 100644 --- a/common.h +++ b/common.h @@ -35,7 +35,7 @@ namespace CONFIG { const char POOL_MODEL_NAME[] = "Intex PureSpa SB-H20"; - const char WIFI_VERSION[] = "1.0.2.0"; // 12.06.2022 + const char WIFI_VERSION[] = "1.0.2.1"; // 10.07.2022 // WiFi parameters const unsigned long WIFI_MAX_DISCONNECT_DURATION = 900000; // [ms] 5 min until reboot