With regard to labs in the Webserver book, if I add or change content in VS Code should I erase the flash memory before uploading the new code and uploading the new filesystem image?
Thanks in advance,
Mark
3 Answers
Hi Mark.
That is not necessary.
For example, if there is already a style.css file saved in the filesystem and you upload another file with the same name, it will override the previous.
The same happens for the main.cpp file.
Regards,
Sara