Closed RomeHein closed 4 years ago
interesting read: https://github.com/espressif/esp-iot-solution/blob/master/documents/touch_pad_solution/touch_sensor_design_en.md#41-the-impact-of-wi-fi-enabling-on-touch-sensor
Thanks to the Jitter Filter Solution, it's possible to avoid doing a for loop with hundreds of touchRead, which was blocking the core 0 of the esp32.
Step to reproduce:
Result: The function "readPins" is not call anymore as any other code running on the core 0
Idea: This issue happens when the web interface is reloaded. Which triggers the retrieving of the firmware list via a blocking http call (HttpClient).