I try to build the project GitHub - temcocontrols/T3-programmable-controller-on-ESP32 follow the guide T3-programmable-controller-on-ESP32/Documents/How to compile.txt at master · temcocontrols/T3-programmable-controller-on-ESP32 · GitHub but it never success. It may cause by IDF version conflict.
I have try ESP-IDF from version 4.3, 4.3.1, 4.3.5 but not working.
Some of it error:
ninja: build stopped: subcommand failed.
Build complete (10 errors, 505 warnings): C:\dev\esp32\T3-programmable-controller-on-ESP32\build
Some error relate to modbus.c, led_pwm.c and tcp_server.c in main program. @chelsea Can you check this?
Update: I use your help with install https://dl.espressif.cn/dl/idf-installer/espressif-ide-setup-2.8.1-with-esp-idf-4.4.4.exe but it is not working. I copy three folder driver, temco_bacnet and temco_IO_control to component folder in esp-idf-v4.4.4 like your guide on github.