obsw configuration running on egse

This commit is contained in:
Jakob Meier
2022-02-05 15:39:16 +01:00
parent 19c97546b6
commit b4d1046928
6 changed files with 21 additions and 7 deletions

View File

@ -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 };