Vladimir Kotal
Vladimir Kotal
> > Ok, I made a couple of modifications to the test_loop file, one which is likely fine, one which I'm not sure if it's ok or not. The .loop...
Ideally, this should be tested on a microcontroller. I may give it a go on my QtPy.
I have tested this a bit on my new `Adafruit CircuitPython 9.0.4 on 2024-04-16; Adafruit QT Py ESP32-S3 4MB Flash 2MB PSRAM with ESP32S3` with the following code: ```python #!/usr/bin/env...
I reduced the subscription to use the `devices/#` topic and it works fine. This wildcard topic receives very little traffic compared to the `#` topic. What happens in that case...
> Added your suggested changes: (ticks_ms() / 1000 > ping_timeout). I assumed the MQTT Exception needed an f-string. Cool, looks good. Indeed, f-string is needed.
> @vladak We appreciate your testing. Do you think this is in good shape now? > yep, looks good to me.
There is something about Pico W and the negative 116, see https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/issues/177#issuecomment-1780091578
I believe this should be moved to CP issues.
Added a simple test case.