COAST-Lab / Open-Water-Level

An open-source, low-cost, DIY ultrasonic water level sensor
MIT License
9 stars 4 forks source link

Fixing Serial.print issue; adding Log.info statements #45

Closed gracelower closed 1 month ago

gracelower commented 1 month ago

The commits in this pull request address the Serial.print issue, making changes to the .ino template code in Firmware to include the global object SerialLogHandler logHandler;and Log.info statements. These changes were tested (compiled and flashed) with the Boron several times (one-by-one) to ensure effective use of the added logging capabilities.

gracelower commented 1 month ago

Thank you! I believe on my end, the _NEW.ino file was deleted and the code was changed in the original .ino file, as referenced in this commit. Please let me know if it looks different on your end or if I am misinterpreting your requested change - thanks!

SUPScientist commented 1 month ago

Yes, exactly what I was requesting. Looks great—thanks!