AMSAT-NA/PacSatSW

Many functions return an error code but the error is not yet logged or handled

Opened this issue · 1 comments

ac2cz commented

These errors are all marked with TODO tags in the code. They need to be analyzed and categorized as follows:

  1. Ignore. Print DEGUB message during development
  2. Log error in a structure that will end up in telemetry, otherwise carry on
  3. Retry the function and log the error in telemetry
  4. Consider fatal and restart the processor

See #22