From 16462eb844de79a1dc17422e5b5c0473b7fdb2b3 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sat, 15 Feb 2025 17:11:07 +0100 Subject: [PATCH] Test if update actually updates --- src/global_data/defines.h | 2 +- src/tools/tools.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/global_data/defines.h b/src/global_data/defines.h index 28b19d8..9797ebb 100644 --- a/src/global_data/defines.h +++ b/src/global_data/defines.h @@ -7,6 +7,6 @@ #define water_level_min_key "water_level_min" #define water_level_max_key "water_level_max" #define water_volume_key "water_volume" -#define current_software_version Version{0, 0, 4} +#define current_software_version Version{0, 0, 5} #define RESISTOR_VALUE 4 \ No newline at end of file diff --git a/src/tools/tools.cpp b/src/tools/tools.cpp index 2948aab..65d0613 100644 --- a/src/tools/tools.cpp +++ b/src/tools/tools.cpp @@ -13,7 +13,7 @@ void printSuffix(Print* _logOutput, int logLevel) void print_prefix(Print* _logOutput, int logLevel) { - _logOutput->print("WATERMETER - C"); + _logOutput->print("WATERMETER - TESTLOL - C"); _logOutput->print(xPortGetCoreID()); _logOutput->print(" - "); _logOutput->print(pcTaskGetName(xTaskGetCurrentTaskHandle()));