oresat / CANopen-monitor

An NCurses-based TUI application for tracking activity over the CAN bus and decoding messages with provided EDS/OD files.
https://canopen-monitor.readthedocs.io/
GNU General Public License v3.0
25 stars 6 forks source link

Change "Age:" to 1 second resolution #64

Closed andrewgreenberg closed 3 years ago

andrewgreenberg commented 3 years ago

There's no reason to have < 1 second resolution on "Age", it just takes up space. Please remove all decimal points, kthx!

dmitri-mcguckin commented 3 years ago

This is tied to an unreported bug where the Message Table renderer isn't respecting callables, which is a bug that needs to be fixed first.

Will update this FR once the issue has been made.

dmitri-mcguckin commented 3 years ago

Need to resolve Issue #66 first.