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

Micropython output and webrepl #3175

Open
mdughera opened this issue Apr 27, 2024 · 0 comments
Open

Micropython output and webrepl #3175

mdughera opened this issue Apr 27, 2024 · 0 comments

Comments

@mdughera
Copy link

I have a program running on an ESP32 board that uses asyncio and periodically prints a message.
Webrepl is configured and working correctly: I can connect to the board with the url http://myboard:8266 and see the output messages as soon as they have been generated.
In webrepl I can also upload and download files with the program running.

I configured Thonny interpreter to use ws://myboard:8266/ and see the message "Webrepl connected".
I can confirm by the board leds that the program is still running, but I cannot see any message in Thonny and the board filesystem does not show up.
To see the board filesystem I need to stop the running program.

The fact that I cannot see the program output is a bug of a feature not yet implemented?
Also, why do I need to stop the program to send/receive files?

TIA and kudos for what you've implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants