python3 -m pip install pyserial
Tag Archives: esp32
Drop in replacement for ESPASyncWebServer
The dev
branch of https://github.com/ul-gh/ESPAsyncWebServer solves a lot of issues that are a pita in the me-no-dev version.
See #876.
Go directly to the dev branch: https://github.com/ul-gh/ESPAsyncWebServer/tree/dev
Set Arduino IDE indent to 4 spaces.
Does that really need its own article on a vanity blog?
Of course, AS IT DOES NOT WORK FOR OVER 4 YEARS NOW.
A solution, I mean a very ugly band-aid is to change the Arduino IDE formatting config file by hand.
EVERY FUCKING TIME YOU UPGRADE YOUR IDE.
The Auto Format indentation is set in {Arduino IDE installation folder}/lib/formatter.conf
Change the indent=spaces=2
entry to your liking.
And chill out man.
Improve ESPAsyncWebserver response times.
Apply the patch suggested here.
Fix ‘A fatal error occurred: MD5 of file …’ error on M5 Stack Fire.
Setup Eclipse for ESP-IDF.
Some useful resources:
The setup instructions from Espressif.
A Eclipse setup video from Neil Kolban.