changed egse default config to ground
This commit is contained in:
parent
cfce44ca3a
commit
a65072b743
@ -272,7 +272,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 };
|
||||||
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
|||||||
Subproject commit 199ffe1a321c09ba9726c87413045f8b32f40e90
|
Subproject commit cf7d25c206e8ae8480367e1fc2b1151a0ded2683
|
Loading…
Reference in New Issue
Block a user