mqtt_led.ino:15:55: error: no matching function for call to 'PubSubClient::PubSubClient(char*&, int, void (&)(char*, byte*, unsigned int), WiFiClient&)'
mqtt_led.ino:15:55: note: candidates are:
In file included from mqtt_led.ino:1:0:
Moderator: igrr
It supports QoS and even has an example of OTA updating via published message, something I'm using successfully now in my project.
I'm not sure if this is the right place but...
I am trying to hook into Really Small Message Broker from ESP Pubsubclient but server complains of “unsupported protocol MQTT version 4” Anyone else?
thanks
I got this error. Please tell me what's wrong.
Wim
leeg:15: error: 'callback' was not declared in this scope
PubSubClient client(server, 1883, callback, wifiClient);
^
exit status 1
'callback' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.