Test if update actually updates
All checks were successful
Test compiling project / test (push) Successful in 2m15s
All checks were successful
Test compiling project / test (push) Successful in 2m15s
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
#define water_level_min_key "water_level_min"
|
#define water_level_min_key "water_level_min"
|
||||||
#define water_level_max_key "water_level_max"
|
#define water_level_max_key "water_level_max"
|
||||||
#define water_volume_key "water_volume"
|
#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
|
#define RESISTOR_VALUE 4
|
||||||
@@ -13,7 +13,7 @@ void printSuffix(Print* _logOutput, int logLevel)
|
|||||||
|
|
||||||
void print_prefix(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(xPortGetCoreID());
|
||||||
_logOutput->print(" - ");
|
_logOutput->print(" - ");
|
||||||
_logOutput->print(pcTaskGetName(xTaskGetCurrentTaskHandle()));
|
_logOutput->print(pcTaskGetName(xTaskGetCurrentTaskHandle()));
|
||||||
|
|||||||
Reference in New Issue
Block a user