From 517b760e49b0028d6f21e4f017aaa0d270a6d3a9 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Mon, 4 Mar 2019 16:07:45 +0300 Subject: [PATCH] due compilation fix --- lighthub/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthub/utils.cpp b/lighthub/utils.cpp index 7844dd0..84bb0d2 100644 --- a/lighthub/utils.cpp +++ b/lighthub/utils.cpp @@ -369,7 +369,7 @@ void printIPAddress(IPAddress ipAddress) { } -char* setTopic(char* buf, int8_t buflen, topicType tt, char* suffix=NULL) +char* setTopic(char* buf, int8_t buflen, topicType tt, char* suffix) { aJsonObject *_root = NULL; aJsonObject *_l2 = NULL;