PyCubed-Mini / flight_software

Flight Software for the PyCubed-Mini PocketQube platform
https://pocketqube.readthedocs.io/en/latest/
MIT License
3 stars 4 forks source link

Logs fail with no RTC #322

Closed thetazero closed 1 year ago

tomyyyD commented 1 year ago

You might know this already, but from running in the emulator it appears that the logs fail because the filename is dependent on rtc.datetime and if there's no rtc then it can't get rtc.datetime, so is this bug more along the lines of finding a way to get the date and time for the log file without using rtc.datetime if there is no rtc?

jbwillis commented 1 year ago

Resolved by #336