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 @@ -915,7 +915,7 @@ void loadProfileNumber()
915915 File fileProfileNumber = LittleFS.open (" /profileNumber.txt" , FILE_READ);
916916 if (!fileProfileNumber)
917917 {
918- log_d (" profileNumber.txt not found" );
918+ Serial. println (" profileNumber.txt not found" );
919919 settings.updateZEDSettings = true ; // Force module update
920920 recordProfileNumber (0 ); // Record profile
921921 }
@@ -928,7 +928,7 @@ void loadProfileNumber()
928928 // We have arbitrary limit of user profiles
929929 if (profileNumber >= MAX_PROFILE_COUNT)
930930 {
931- log_d (" ProfileNumber invalid. Going to zero." );
931+ Serial. println (" ProfileNumber invalid. Going to zero." );
932932 settings.updateZEDSettings = true ; // Force module update
933933 recordProfileNumber (0 ); // Record profile
934934 }
You can’t perform that action at this time.
0 commit comments