ESPP_Shell is broken on ESP32S3, it doesn't accept any input complaining about the support for escape characters.
This is due to idf.py monitor not recognizing the USB/JTAG port.
ESP32_RTOS_SDK has the new way using USB/JTAG port in examples/system/console/basic.
ESPP_Shell is broken on ESP32S3, it doesn't accept any input complaining about the support for escape characters.
This is due to idf.py monitor not recognizing the USB/JTAG port.
ESP32_RTOS_SDK has the new way using USB/JTAG port in examples/system/console/basic.