OPEnSLab-OSU / Loom

Arduino library for Internet of Things Rapid Prototyping in environmental sensing
GNU General Public License v3.0
26 stars 3 forks source link

LogPlats Do Not Return If Logging Succeed #83

Closed prototypicalpro closed 4 years ago

prototypicalpro commented 4 years ago

Describe the bug When using a logging platform, Loom does not provide any programmatic method of determining if logging succeeded. This is especially an issue with projects using the SD card, as there is no way to determine/indicate if the SD card has been unexpectedly removed, other than the serial monitor. Many projects would use this functionality to enter a failure state.

prototypicalpro commented 4 years ago

Fixed with https://github.com/OPEnSLab-OSU/Loom/pull/85.