• Nevermind about that error. I moved the code into the onInit() function and only received one "PING" inside of the console. After the third mqtt message I get:

    MQTT disconnected... reconnecting.
    MQTT connected

    I typed mqtt.ping() into the console and received "PING". I manually executed mqtt.ping() a few times and I haven't received those errors as of yet. So, I'm wondering if the PICO isn't pinging mosquito. To test that, I didn't manually ping the broker and after three messages I get:

    MQTT disconnected... reconnecting.
    MQTT connected

About

Avatar for d0773d @d0773d started