awtrix/AWTRIX2.0-Controller

Support for esp32 on platformio devices

diogopms opened this issue · 1 comments

ESP32 and ESP8266 use vastly different approaches to handle the network. 8266 is single core, uses very low level LwIP API and can get away with it. ESP32 is dual-core, running on top of an actual OS. It's targets are not to be the fastest.

Therefor in my tests the ESP is much slower in handling the network messages and caused in heavy stuttering