TJREVERB / pfs

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

Enhancement/34 Add first boot checking #35

Closed ayusher closed 4 years ago

ayusher commented 4 years ago

Issue #34

Description

I changed pfs/core/init.py to accommodate a new first boot checking method. The code now checks for the existence of first_boot.txt when check_first_boot() is called. As soon as the function is called, if the file exists it is first boot and the file is deleted.

Steps to test/reproduce

check_first_boot() can be run individually, although it is important to put the first_boot.txt file back into the repo with at least some data.

Affected Areas

pfs/core/init.py

abagali1 commented 4 years ago

Closed due to changes in flight software conceptual operations