more static

This commit is contained in:
2024-02-12 11:34:24 +03:00
parent 9cd391bda7
commit 9d315c8f23
2 changed files with 39 additions and 50 deletions

View File

@ -52,7 +52,8 @@ private:
};
uint8_t sendLen;
uint8_t* sendBuffer; /// @brief Буффер данных для отправки
uint8_t sendBuffer[dataByteSizeMax] { 0 }; /// @brief Буффер данных для отправки
// uint8_t
volatile bool isSending = false;
// volatile bool genState = HIGH;