Skip to content
New issue

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

ESP32-CAM serial support #251

Open
jmferrer opened this issue Sep 13, 2024 · 0 comments
Open

ESP32-CAM serial support #251

jmferrer opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jmferrer
Copy link

jmferrer commented Sep 13, 2024

ESP32-CAM serial support 🚀

Serial connection to board does not work in linux because dtr and rts needs to be disabled. This is the configuration needed for Thonny that I tested and works:

[ESP32]
interrupt_on_connect = True
sync_time = True
local_rtc = True
restart_interpreter_before_run = True
dtr = False
rts = False

Link: https://forum.micropython.org/viewtopic.php?t=10151&start=10#p61272

@jmferrer jmferrer added the enhancement New feature or request label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant