fix Discovery, DugTrace

This commit is contained in:
Mit4el
2024-09-21 11:28:46 +03:00
parent b9c07b809f
commit af0f782f07
17 changed files with 80 additions and 101 deletions

View File

@@ -31,7 +31,7 @@ public:
if (!HOMEd)
return;
if (msg.indexOf("HELLO") == -1)
if (payloadStr.indexOf("HELLO") == -1)
{
/* String dev = selectToMarkerLast(topic, "/");
dev.toUpperCase();
@@ -254,7 +254,7 @@ public:
}
}
}
IoTBench *getBenchmarkTask()
IoTDiscovery *getHOMEdDiscovery()
{
if (HOMEd)
return this;