-
Notifications
You must be signed in to change notification settings - Fork 325
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
Save to ESP doesn't work for Micropython #67
Comments
I have been working on improving support for uPython. This has not yet been merged into this repo , but you can try the fork located at : https://github.com/Josverl/ESPlorer/tree/MT-Build to see if that helps resolve your issues. In that version I have re-written the file upload handling as well as added other uPython functionality. |
Josverl i use your version of Esplorer for ESP32 programming and it works great unlike the original, the binary mode of loading is great, thank you. P/S I hope the author uses your changes in The original version ESplorer. |
I got the same issue using MicroPython. I think the IDE strips line ends and never puts them back when writing to the dev board. This should be an easy fix (?) by the author. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello, I use v 0.2.0-rc6 on MacOS.
I've written a file using 'Save to ESP' button.
It was successful.
Then I checked the file using
picocom
:And seems that it's empty.
Btw, several times I couldn't even write a file using 'Save to ESP' - the last line was cut.
The text was updated successfully, but these errors were encountered: