We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: