sparkfun / Qwiic_OpenLog

Open source I2C based datalogger. The bigger, better cousin to the original serial OpenLog.
Other
24 stars 6 forks source link

Errors in code #7

Open prem-prakash opened 4 years ago

prem-prakash commented 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