ESP 43 inch Display slow
Hi I have a 43 Display. The program work correctly but very slow. Sometimes it take 6 seconds to output a command. I send commands to 3 esp32's via ESP-now.
What did I do wrong. I spent a lot of time trying to speed it up by removing functions but only make it worse. Can you please suggest a fix please.
Tagged:
Comments
Hello, here are some optimization suggestions:
Modification suggestion 1:
Replace the delay function with the FreeRTOS time function.
Modification suggestion 2:
Reduce the frequency of reading the DHT22 sensor to avoid reading it in every loop.
Hope these can help you.