ESP32_ChinaDieselHeater_Con.../Arduino/Afterburner/README.txt

22 lines
655 B
Plaintext
Raw Normal View History

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.