rdagger
                                            rdagger
                                        
                                    This feature looks very helpful. I'm having memory errors with urequests on an ESP32. Are there plans to merge?
I've found on a Windows 10 PC that the first connection attempt to the ESP32 fails but a second attempt usually works. I don't do anything between the attempts. I...
@jczic I usually specify the actual serial port, but I have tried automatic port detection too. Regardless, the first connection attempt always fails. However, the second attempt usually works. I...
No problem, I can test whatever you want.
@jczic 3 seconds
@jczic I tried the latest sources and unfortunately the problem still persists. First try fails. Second try works. It only fails on the first try after the ESP32 board is...
Please take a look at the Pymakr repositories: https://github.com/search?q=org%3Apycom+pymakr I use [Pymakr2 in VS Code](https://github.com/pycom/pymakr-vsc) and its connection works very well in Windows 10.
Thanks that worked! Unfortunately, it looks like the _min_intensity_ and _max_intensity_ parameters have been removed from the **Pulse** animation. Any chance of getting those back? It really helps to dial...
Also the _min_intensity_ and _max_intensity_ parameters are still present in the **SparklePulse** animation but don't appear to be wired up.
Same problem on QT PY ESP32-S2. Subscribing to a topic on Adafruit IO works reliably in CircuitPython 7.3.3 but unusable in CircuitPython 8. ``` File "/lib/adafruit_minimqtt/adafruit_minimqtt.py", line 864, in loop...