save before changing configuration writing

This commit is contained in:
Jakob Meier
2021-11-01 18:11:29 +01:00
parent 556a3986c1
commit 9191d1ec33
2 changed files with 12 additions and 3 deletions

View File

@ -18,8 +18,10 @@ namespace PdecConfig {
// TC transfer frame configuration parameters
static const uint8_t VERSION_ID = 0;
static const uint8_t BYPASS_FLAG = 1;
static const uint8_t CONTROL_COMMAND_FLAG = 1;
// static const uint8_t BYPASS_FLAG = 1;
// static const uint8_t CONTROL_COMMAND_FLAG = 1;
static const uint8_t BYPASS_FLAG = 0;
static const uint8_t CONTROL_COMMAND_FLAG = 0;
static const uint8_t VIRTUAL_CHANNEL = 0;
static const uint8_t RESERVED_FIELD_A = 0;
static const uint16_t SPACECRAFT_ID = 0x274;