change default name of json file
This commit is contained in:
parent
328a3b2d02
commit
cfce44ca3a
@ -270,7 +270,7 @@ class StarTrackerHandler : public DeviceHandlerBase {
|
|||||||
// Countdown to insert delay for star tracker to switch from bootloader to firmware program
|
// Countdown to insert delay for star tracker to switch from bootloader to firmware program
|
||||||
Countdown bootCountdown;
|
Countdown bootCountdown;
|
||||||
#ifndef EGSE
|
#ifndef EGSE
|
||||||
std::string paramJsonFile = "/mnt/sd0/startracker/full.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/ground-config.json";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user