Page 1 of 1

How can i enable local control using Arduino IDE

Posted: Fri Jul 29, 2022 8:49 am
by Nas Ro
Hi
How can i enable local control using Arduino IDE or any other tool without changing loaded Arduino code
I found this https://docs.espressif.com/projects/esp ... _ctrl.html
but i can't understand how to implement it
any one can help :?:

Re: How can i enable local control using Arduino IDE

Posted: Mon Aug 01, 2022 11:22 am
by sanketwadekar
Hi Nas,
As of now, local control is not enabled in Arduino. You can use local control by using ESP-IDF. You can checkout local control by flashing the Rainmaker Switch Example using IDF(https://github.com/espressif/esp-rainma ... les/switch)