Open prem-prakash opened 4 years ago
https://github.com/sparkfun/Qwiic_OpenLog/blob/4ad46f22de5928e600c73eadc97cb77bcad5d950/Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino#L496-L499
this line should not be
case ERROR_VOLUME_INIT: NewSerial.print(F("volume.init")); blink_error(ERROR_VOLUME_INIT); break;
otherwise, all errors blink the same number of times, a little bit confusing
https://github.com/sparkfun/Qwiic_OpenLog/blob/4ad46f22de5928e600c73eadc97cb77bcad5d950/Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino#L496-L499
this line should not be
otherwise, all errors blink the same number of times, a little bit confusing