TStat10/T3 on ESP32 Build Instructions

After more attempts to get the latest IDE working, we found this post that links to a version of the IDE+IDF that is mentioned in the instructions.

I have updated the instructions to include this download link and more instructions for others who might try to compile the software and can send a pull request if you are fine with the suggested changes.

After getting compilation to take place, the issue is that the following error (among others) is being generated:

In file included from F:/Programs/eclipse/T3-programmable-controller-on-ESP32-master/main/controls.h:28,
                 from F:/Programs/eclipse/T3-programmable-controller-on-ESP32-master/main/i2c_task.c:12:
F:/Programs/eclipse/T3-programmable-controller-on-ESP32-master/main/ud_str.h:6:10: fatal error: types.h: No such file or directory
 #include "types.h"

There is a temco_bacnet/include/types.h that could be used, but the concerns are:

  1. the master branch in github is not compiling without modifications
  2. the types.h include is used in multiple files
  3. the bacnet.h include is used in multiple files
  4. there are more than 300 lines of linkage errors when all the include references are resolved