Open SUPScientist opened 11 months ago
Serial.print() statements are used throughout. Change to Log.info(): https://docs.particle.io/reference/device-os/api/logging/logging/. This could impact timing since Serial.print is not "thread safe."
Serial.print()
Log.info()
Serial.print()
statements are used throughout. Change toLog.info()
: https://docs.particle.io/reference/device-os/api/logging/logging/. This could impact timing since Serial.print is not "thread safe."