v1.9.0 #175

Merged
muellerr merged 623 commits from develop into main 2022-03-08 10:32:41 +01:00
Showing only changes of commit cfce44ca3a - Show all commits

View File

@ -270,7 +270,7 @@ class StarTrackerHandler : public DeviceHandlerBase {
// Countdown to insert delay for star tracker to switch from bootloader to firmware program
Countdown bootCountdown;
#ifndef EGSE
std::string paramJsonFile = "/mnt/sd0/startracker/full.json";
std::string paramJsonFile = "/mnt/sd0/startracker/flight-config.json";
#else
std::string paramJsonFile = "/home/pi/arcsec/ground-config.json";
#endif