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:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user