Help with ESP32-H2 Zigbee

I just updated the project and rebuilt with v5.3.1, there were a few config changes, but nothing major, built and joined the network without issue.

1 Like

Sorry hopefully my last question, I’m used to using Arduino IDE. Declaring in this file should use the same syntax ?

  • pinMode(GPIO, OUTPUT) (placed at the top of the file)

  • digitalWrite(GPIO, switch_state) (placed at //GPIO logic here)