🐛 Fix system metric emit

This commit is contained in:
Rune Harlyk
2025-11-27 17:30:00 +01:00
committed by Niklas Jensen
parent 413097db1c
commit 106c20418c
4 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class CommAdapterBase {
#else
String out;
serializeJson(doc, out);
send(out.c_str(), cid);
send(out.c_str(), -1);
#endif
}