Good morning,
I just bought the “Smart Home …” course, I had already installed everything (Node-Red, Mosquitto, InfluxDB) on Ubuntu server 20.04LTS, everything works.
Is it possible to build the examples in VsCode?
If yes, how?
Thank you
Ferdinando
2 Answers
I found the right library!
I was looking for “AsyncMqttClient”, PlatformIO didn’t find it, I adapted the one for arduino, but it gave me linking problems.
I searched with “Async Mqtt”, found others, including the right one “AsynMqttClient”.
Resolved
Bye and good night!