trying to find out whats wrong

This commit is contained in:
2023-03-31 12:11:31 +02:00
parent 4b1221ab99
commit 795486ae6c
13 changed files with 57 additions and 21 deletions

View File

@ -112,6 +112,7 @@ class SyrlinksHandler : public DeviceHandlerBase {
float tempPowerAmplifier = 0;
float tempBasebandBoard = 0;
bool commandExecuted = false;
bool transitionCommandPending = false;
uint8_t commandBuffer[syrlinks::MAX_COMMAND_SIZE];