TJREVERB / pfs

Flight software for TJREVERB's nanosat.
7 stars 5 forks source link

Implement telemetry dump interval #10

Closed abagali1 closed 5 years ago

abagali1 commented 5 years ago

Implement a threading Timer in core that will call telemetry.dump() every X seconds/minutes/hours. This interval should be recorded in core/config_default.yml and the units should be seconds, according to the threading.Timer documentation