Test if update actually updates
All checks were successful
Test compiling project / test (push) Successful in 2m15s

This commit is contained in:
2025-02-15 17:11:07 +01:00
parent 6186959d8f
commit 16462eb844
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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()));