Merge branch 'meier/startrackerRoofTest' into meier/startrackeregse

This commit is contained in:
Jakob Meier 2022-02-10 11:47:50 +01:00
commit ac49f3f72b

View File

@ -284,7 +284,7 @@ class StarTrackerHandler : public DeviceHandlerBase {
#ifndef EGSE
std::string paramJsonFile = "/mnt/sd0/startracker/flight-config.json";
#else
std::string paramJsonFile = "/home/pi/arcsec/ground-config.json";
std::string paramJsonFile = "/home/pi/arcsec/flight-config.json";
#endif
enum class InternalState { TEMPERATURE_REQUEST };