Cannot build the RESTful server example
Posted: Tue Jul 02, 2019 6:00 pm
Trying to build on a PC with MINGW32
How do I build the webpages on a PC? doesnt run within MINGW32
As is I can create the webserver but the files have not been downloaded into SPI flash.
I dont have JTAG and really wanted to see how the example achieved a webpage with directories.
Code: Select all
\esp-idf\examples\protocols\http_server\restful_server
How do I build the webpages on a PC?
Code: Select all
npm run build
As is I can create the webserver but the files have not been downloaded into SPI flash.
I dont have JTAG and really wanted to see how the example achieved a webpage with directories.