I have been spending so much time testing stuff on my ESP32 (darn that thing is fast ) … so I needed to try this “fix” on an ESP8266 with a scaled down version of the vRGB matrix I am running on my ESP32 (and processing 200 Blynk commands a second).
However, I am NOT seeing any improvement? The best I can get before seeing void loop slowdown is 10 commands a second (1 Blynk.setProperty()
on a 100ms timer) … and this is with the CPU running at 160Mhz and half the background processes of the ESP32 sketch
@vshymanskyy is this BLYNK_MSG_LIMIT 0
the correct way to disable this throttling or not?