obsw configuration running on egse
This commit is contained in:
@ -268,8 +268,11 @@ class StarTrackerHandler : public DeviceHandlerBase {
|
||||
|
||||
// Countdown to insert delay for star tracker to switch from bootloader to firmware program
|
||||
Countdown bootCountdown;
|
||||
|
||||
#ifdef EGSE
|
||||
std::string paramJsonFile = "/mnt/sd0/startracker/full.json";
|
||||
#else
|
||||
std::string paramJsonFile = "/home/pi/arcsec/flight-config.json";
|
||||
#endif
|
||||
|
||||
enum class InternalState { TEMPERATURE_REQUEST };
|
||||
|
||||
|
Reference in New Issue
Block a user