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

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