You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find all Serial.print and println statements. If they are informative, replace with log_, logln, print, println as appropriate. otherwise remove. Use F strings in the calls to these functions. Don't worry about stuff in lib for now
The text was updated successfully, but these errors were encountered:
Find all Serial.print and println statements. If they are informative, replace with log_, logln, print, println as appropriate. otherwise remove. Use F strings in the calls to these functions. Don't worry about stuff in lib for now
The text was updated successfully, but these errors were encountered: