Where is the proper place for the files inside the project dir?
The files I have created myself so far live in the top folder but there exists an empty folder named "library" there too.
So should I copy files over to /library or should I drop them into ?
I made a test as follows:
- Copied the two files from:
C:\Programs\sloeber\arduinoPlugin\packages\esp8266\hardware\esp8266\2.4.1\libraries\ESP8266HTTPUpdateServer\src
to
D:\Engineering\Arduino\TCP_UART_ESP - Removed the library from current project (Arduino/Add a library to the selected project) by unchecking the copied file
- Then I slightly changed the index page in the current dir and created the bin file, which I uploaded via the webpage.
All seemed to have worked just fine! The changed text was shown!
Is this the correct way to do the operation?