You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
399 B
399 B
MQTT example
This is a simple example of a sketch that subscribes to an mqtt topic and then publishes messages to that topic, which it subsequently receives and prints.
Important For this sketch to work you must turn off the UART debug log in esp-link (on the Debug Log page). The reason is that otherwise esp-link prints too much to its uart and then misses incoming characters.