mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-15 20:43:45 +02:00
Fix json parsing in openiris_device in cases where logs got stiched together, fix tests not waiting long enough after reboot, add board cleanup step after test session, fix leftover prints in networks representation breaking json output
This commit is contained in:
@@ -331,14 +331,11 @@ public:
|
||||
{
|
||||
for (auto i = 0; i < this->networks.size() - 1; i++)
|
||||
{
|
||||
printf("we're at %d while networks size is %d ", i, this->networks.size() - 2);
|
||||
WifiConfigRepresentation += Helpers::format_string("%s, ", this->networks[i].toRepresentation().c_str());
|
||||
}
|
||||
}
|
||||
|
||||
WifiConfigRepresentation += Helpers::format_string("%s", this->networks[networks.size() - 1].toRepresentation().c_str());
|
||||
printf(WifiConfigRepresentation.c_str());
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
return Helpers::format_string(
|
||||
|
||||
Reference in New Issue
Block a user