Is there another ide for esp instead of Eclipse?
Posted: Sun Oct 13, 2019 7:15 am
Eclipse for esp uses the Makefile project approach and Eclipse does not considers the CMakeLists.txt file.
So it is not possible to import an external library (for example mylib.a)
Each line added to Makefile seems not considered.
Now I have to write the code using Notepad.
Do you know another ide for Esp?
So it is not possible to import an external library (for example mylib.a)
Each line added to Makefile seems not considered.
Now I have to write the code using Notepad.
Do you know another ide for Esp?