mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 19:59:50 +03:00
due compilation fix
This commit is contained in:
@@ -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 *_root = NULL;
|
||||||
aJsonObject *_l2 = NULL;
|
aJsonObject *_l2 = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user