seems to work now
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-04-04 17:49:01 +02:00
parent 8d4b980c32
commit 104a8cab33
3 changed files with 27 additions and 19 deletions

View File

@ -46,7 +46,6 @@ class SyrlinksHandler : public DeviceHandlerBase {
size_t* foundLen) override;
ReturnValue_t interpretDeviceReply(DeviceCommandId_t id, const uint8_t* packet) override;
ReturnValue_t getSwitches(const uint8_t** switches, uint8_t* numberOfSwitches) override;
void setNormalDatapoolEntriesInvalid() override;
uint32_t getTransitionDelayMs(Mode_t modeFrom, Mode_t modeTo) override;
ReturnValue_t initializeLocalDataPool(localpool::DataPool& localDataPoolMap,
LocalDataPoolManager& poolManager) override;
@ -129,6 +128,7 @@ class SyrlinksHandler : public DeviceHandlerBase {
SET_TX_MODULATION,
SET_TX_CW,
SET_TX_STANDBY,
CMD_PENDING,
DONE
} transState = TransitionState::IDLE;