git clone https://github.com/nopnop2002/esp-idf-m5stickC cd esp-idf-m5stickC/ idf.py set-target esp32 idf.py menuconfig idf.py flash -b 115200 monitor *There is no ...
Hello, thank you for maintaining this amazing library, saved a lot of my work. I am trying to save some pins and decided not to use RST pin, hoping that the software reset will do the job, also I have ...