This commit is contained in:
@ -46,7 +46,10 @@ class UartTestClass : public TestTask {
|
||||
|
||||
static void foundDlePacketHandler(const DleParser::Context& ctx);
|
||||
void handleFoundDlePacket(uint8_t* packet, size_t len);
|
||||
std::string gen_random(const int len);
|
||||
|
||||
std::string fileId = "";
|
||||
std::string fileName = "";
|
||||
Countdown finishCountdown = Countdown(180 * 1000);
|
||||
bool cmdSent = false;
|
||||
bool cmdDone = false;
|
||||
|
Reference in New Issue
Block a user