Dear Mr. Rui.
I am using Arduino IDE for programming ESP 32 / 8266 Modules. I obeserved that it takes very long time to compile and upload the program in ESP module. Can you suggest how to overcome this problem.
2 Answers
Unfortunately it’s required a lot of time to compile the code using Arduino IDE… With MicroPython uploading a new script is very quick (the code is not compiled)…
Note: using a computer with SSD usually improves the performance of your computer a lot (including reducing the compiling time).