You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Blake's big changes to how we are able to log information that comes out of the satellite in #112 and #109 it would now be really great if that info could be backed up to the SD card so we can take a look at it later! Note that this task will require some underlying infrastructure to give you the tools needed to read and write from the CircuitPython File System that may or may not exist yet.
Required Hardware
Probably V4c Flight Controller or above since V4b's did not always come with SD Card slots. Testing could maybe be done by just writing a file in the root CircuitPy folder "/" and changed to "/sd" later.
The text was updated successfully, but these errors were encountered:
Story
Acceptance Criteria
logger.py
has an option to save logs to a file in the SD cardlogger.py
provides the ability to filter the levels of logs which are savedTechnical Details
With Blake's big changes to how we are able to log information that comes out of the satellite in #112 and #109 it would now be really great if that info could be backed up to the SD card so we can take a look at it later! Note that this task will require some underlying infrastructure to give you the tools needed to read and write from the CircuitPython File System that may or may not exist yet.
Required Hardware
"/"
and changed to"/sd"
later.The text was updated successfully, but these errors were encountered: