meier/startracker #155

Merged
muellerr merged 51 commits from meier/startracker into develop 2022-02-28 13:25:39 +01:00
Showing only changes of commit ac49f3f72b - Show all commits

View File

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