ESP32_ChinaDieselHeater_Con.../Arduino/Afterburner
2019-07-02 20:18:44 +10:00
..
Afterburner.ino Merged owa and ds18b20 libraries - weird include issues under Linux? 2019-07-02 20:18:44 +10:00
data Merged owa and ds18b20 libraries - weird include issues under Linux? 2019-07-02 20:18:44 +10:00
README.txt Merged owa and ds18b20 libraries - weird include issues under Linux? 2019-07-02 20:18:44 +10:00
src Merged owa and ds18b20 libraries - weird include issues under Linux? 2019-07-02 20:18:44 +10:00

EVERYTHING IN THIS FOLDER IS FAKE!

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.