due compilation fix

This commit is contained in:
2019-03-04 16:07:45 +03:00
parent ac71e4436b
commit 517b760e49

View File

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