whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

docu - https://github.com/whitecatboard/Lua-RTOS-ESP32/wiki/MQTT-module #218

Closed elsbiet closed 5 years ago

elsbiet commented 5 years ago

client:subscribe(topic, qos, callback):

after looking into the source code, it seems to me that the callback function should be specified as callback(message_len, message [, topic_len, topic])

jolivepetrus commented 5 years ago

@spellauge,

Thanks for report this. MQTT wiki has been updated (https://github.com/whitecatboard/Lua-RTOS-ESP32/wiki/MQTT-module).