fileId
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Irini Kosmidou
2022-04-29 12:26:18 +02:00
parent e11c84a5ed
commit e16e6c2d17
2 changed files with 25 additions and 4 deletions

View File

@ -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;