somakeit / smib

1 stars 0 forks source link

Add error output to SMIBHID display #117

Closed sjefferson99 closed 1 month ago

sjefferson99 commented 1 month ago

Provide more meaningful error messages about SMIBHID errors on the LCD display. Network connectivity, server offline, etc. Will need upgrade to display library to support easily adding information that should be displayed to a carousel buffer so HID doesn't need to worry about managing the display layout itself. Can then show space state, software version, error details even though this takes more than 2x16 characters.

sjefferson99 commented 1 month ago

Making the scope of this be create an error handling framework with one module supporting error handling, in this case space state and will log new issues to add error handling other modules as appropriate.