fix for set capacity
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-11-14 17:05:46 +01:00
parent 37558c0fdc
commit 0d08a282b4
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -78,7 +78,7 @@ enum PoolIds : lp_id_t {
TEMP_ADC_PAYLOAD_PCDU TEMP_ADC_PAYLOAD_PCDU
}; };
static const uint8_t ENTRIES_SENSOR_TEMPERATURE_SET = 18; static const uint8_t ENTRIES_SENSOR_TEMPERATURE_SET = 25;
static const uint8_t ENTRIES_DEVICE_TEMPERATURE_SET = 25; static const uint8_t ENTRIES_DEVICE_TEMPERATURE_SET = 25;
static const uint8_t ENTRIES_SUS_TEMPERATURE_SET = 12; static const uint8_t ENTRIES_SUS_TEMPERATURE_SET = 12;