NUKnightLab / SensorGrid

10 stars 2 forks source link

remove Serial.print/ln statements throughout #60

Open scott2b opened 6 years ago

scott2b commented 6 years ago

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