Skip to content

Make output of set_time() failures to console only show when needed #13

Closed
@krittick

Description

@krittick

Currently, any ValueError exception thrown by set_time() prints the error to the console. Since some boards can take a few seconds to acquire a time, this results in a lot of console spam such as the following:

_GET_TIME returned 0
_GET_TIME returned 0
_GET_TIME returned 0
_GET_TIME returned 0
_GET_TIME returned 0
etc...```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions