File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1485,7 +1485,7 @@ void loadProfileNumber()
1485
1485
File fileProfileNumber = LittleFS.open (" /profileNumber.txt" , FILE_READ);
1486
1486
if (!fileProfileNumber)
1487
1487
{
1488
- systemPrintln (" profileNumber.txt not found" );
1488
+ log_d (" profileNumber.txt not found" );
1489
1489
settings.updateZEDSettings = true ; // Force module update
1490
1490
recordProfileNumber (0 ); // Record profile
1491
1491
}
@@ -1498,7 +1498,7 @@ void loadProfileNumber()
1498
1498
// We have arbitrary limit of user profiles
1499
1499
if (profileNumber >= MAX_PROFILE_COUNT)
1500
1500
{
1501
- systemPrintln (" ProfileNumber invalid. Going to zero." );
1501
+ log_d (" ProfileNumber invalid. Going to zero." );
1502
1502
settings.updateZEDSettings = true ; // Force module update
1503
1503
recordProfileNumber (0 ); // Record profile
1504
1504
}
You can’t perform that action at this time.
0 commit comments