ESP32_ChinaDieselHeater_Con.../Arduino/Afterburner
Ray Jones fcd15ddb34 Removed symbolic links in Arduino build path.
These should be built after initially pulling the repo, then life is good.
2019-07-02 21:21:41 +10:00
..
MakeSymLinks_Windows.bat Removed symbolic links in Arduino build path. 2019-07-02 21:21:41 +10:00
README.txt Removed symbolic links in Arduino build path. 2019-07-02 21:21:41 +10:00

EVERYTHING IN THIS FOLDER IS FAKE!

It is highly likely when you pull from gitlab, the symbolic links will not be recreated correctly.

To create a working Arduino build, please open a command prompt AS ADMINISTRATOR

Navigate to *this* directory, 

Delete the data, src, and .ino files.

Then execute MakeSymLinks_Windows.bat

They are symbolic links to the real locations in repo\src\Afterburner.
The directories must be soft links so thay can be added to git!

This is becasue Arduino insists upon .ino for their projects, and 
that file has to match the directory name. 

If .ino and .cpp live in same directory - double trouble at link time!

Ugggh.