some fixes
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-10-06 16:58:43 +02:00
parent 6d9999292c
commit f20acf417e
4 changed files with 10 additions and 10 deletions

View File

@ -20,7 +20,7 @@ class ScexDeviceHandler : public DeviceHandlerBase {
private:
static constexpr uint32_t LONG_CD = 180 * 1000;
static constexpr uint32_t SHORT_CD = 7000;
static constexpr uint32_t SHORT_CD = 18000;
std::array<uint8_t, 64> cmdBuf = {};
std::optional<power::Switch_t> switchId;