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

Save to ESP doesn't work for Micropython #67

Open
alexzaitsev opened this issue Dec 27, 2017 · 5 comments
Open

Save to ESP doesn't work for Micropython #67

alexzaitsev opened this issue Dec 27, 2017 · 5 comments
Labels

Comments

@alexzaitsev
Copy link

alexzaitsev commented Dec 27, 2017

Hello, I use v 0.2.0-rc6 on MacOS.

I've written a file using 'Save to ESP' button.
screen shot 2017-12-27 at 22 46 38
It was successful.
Then I checked the file using picocom:
screen shot 2017-12-27 at 22 48 56
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.

@alexzaitsev
Copy link
Author

alexzaitsev commented Dec 27, 2017

UPD
After several tries seems that it wrote file but still it was done not properly:
screen shot 2017-12-27 at 23 03 55
That's because you use f.write(...) and don't add a newline symbol.

@Josverl
Copy link

Josverl commented Jan 3, 2018

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.

@kurtsvl
Copy link

kurtsvl commented Feb 11, 2018

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.

@liudr
Copy link

liudr commented Mar 26, 2018

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.

@stale
Copy link

stale bot commented Aug 23, 2020

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.

@stale stale bot added the wontfix label Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants