Qwiic_OpenLog icon indicating copy to clipboard operation
Qwiic_OpenLog copied to clipboard

Errors in code

Open prem-prakash opened this issue 4 years ago • 0 comments

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

prem-prakash avatar Feb 16 '20 02:02 prem-prakash