v1.9.0 #175
@ -1,6 +1,7 @@
|
||||
#ifndef MISSION_DEVICES_STARTRACKERHANDLER_H_
|
||||
#define MISSION_DEVICES_STARTRACKERHANDLER_H_
|
||||
|
||||
#include "OBSWConfig.h"
|
||||
#include <fsfw/datapool/PoolReadGuard.h>
|
||||
|
||||
#include "ArcsecDatalinkLayer.h"
|
||||
@ -268,10 +269,10 @@ class StarTrackerHandler : public DeviceHandlerBase {
|
||||
|
||||
// Countdown to insert delay for star tracker to switch from bootloader to firmware program
|
||||
Countdown bootCountdown;
|
||||
#ifdef EGSE
|
||||
#ifndef EGSE
|
||||
std::string paramJsonFile = "/mnt/sd0/startracker/full.json";
|
||||
#else
|
||||
std::string paramJsonFile = "/home/pi/arcsec/flight-config.json";
|
||||
std::string paramJsonFile = "/home/pi/arcsec/ground-config.json";
|
||||
#endif
|
||||
|
||||
enum class InternalState { TEMPERATURE_REQUEST };
|
||||
|
Loading…
x
Reference in New Issue
Block a user