File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1485,7 +1485,7 @@ void loadProfileNumber()
14851485 File fileProfileNumber = LittleFS.open (" /profileNumber.txt" , FILE_READ);
14861486 if (!fileProfileNumber)
14871487 {
1488- systemPrintln (" profileNumber.txt not found" );
1488+ log_d (" profileNumber.txt not found" );
14891489 settings.updateZEDSettings = true ; // Force module update
14901490 recordProfileNumber (0 ); // Record profile
14911491 }
@@ -1498,7 +1498,7 @@ void loadProfileNumber()
14981498 // We have arbitrary limit of user profiles
14991499 if (profileNumber >= MAX_PROFILE_COUNT)
15001500 {
1501- systemPrintln (" ProfileNumber invalid. Going to zero." );
1501+ log_d (" ProfileNumber invalid. Going to zero." );
15021502 settings.updateZEDSettings = true ; // Force module update
15031503 recordProfileNumber (0 ); // Record profile
15041504 }
You can’t perform that action at this time.
0 commit comments