From 6eb0a5d8ca055e52083ad0c9cf2aff72fd04bab5 Mon Sep 17 00:00:00 2001 From: Patrick Amrhein Date: Sat, 2 Mar 2024 16:07:37 +0100 Subject: [PATCH] 0.8.850035-zero --- src/config/settings.h | 1 - src/defines.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/settings.h b/src/config/settings.h index f555cc99..76bd5b95 100644 --- a/src/config/settings.h +++ b/src/config/settings.h @@ -648,7 +648,6 @@ class settings { mCfg.plugin.zeroExport.groups[group].pmPowerL3 = 0; } -#warning("Defaultsettings") // snprintf(mCfg.plugin.zeroExport.monitor_url, ZEXPORT_ADDR_LEN, "%s", DEF_ZEXPORT); // snprintf(mCfg.plugin.zeroExport.tibber_pw, ZEXPORT_ADDR_LEN, "%s", DEF_ZEXPORT); // snprintf(mCfg.plugin.zeroExport.json_path, ZEXPORT_ADDR_LEN, "%s", DEF_ZEXPORT); diff --git a/src/defines.h b/src/defines.h index 05f0acb1..83aab731 100644 --- a/src/defines.h +++ b/src/defines.h @@ -13,7 +13,7 @@ //------------------------------------- #define VERSION_MAJOR 0 #define VERSION_MINOR 8 -#define VERSION_PATCH 850034 +#define VERSION_PATCH 850035 //------------------------------------- typedef struct {