ESP32_ChinaDieselHeater_Con.../Arduino/AfterBurner
Ray Jones 8d143c03a5 Added Windows symbolic links so an Arduino project can parasite off the superior PlatformIO paths :-)
Adjusted JSON ThermostatOvertemp to be 0,2,3,4 etc.
2019-06-30 22:39:40 +10:00
..
Afterburner.ino Added Windows symbolic links so an Arduino project can parasite off the superior PlatformIO paths :-) 2019-06-30 22:39:40 +10:00
README.txt Added Windows symbolic links so an Arduino project can parasite off the superior PlatformIO paths :-) 2019-06-30 22:39:40 +10:00
data Added Windows symbolic links so an Arduino project can parasite off the superior PlatformIO paths :-) 2019-06-30 22:39:40 +10:00
src Added Windows symbolic links so an Arduino project can parasite off the superior PlatformIO paths :-) 2019-06-30 22:39:40 +10:00

README.txt

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.