change default name of json file

This commit is contained in:
Jakob Meier 2022-02-08 16:01:06 +01:00
parent 328a3b2d02
commit cfce44ca3a

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