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

Send settings does not stick. (MicroPython) #55

Open
oddstr13 opened this issue Apr 28, 2017 · 3 comments
Open

Send settings does not stick. (MicroPython) #55

oddstr13 opened this issue Apr 28, 2017 · 3 comments
Labels

Comments

@oddstr13
Copy link
Contributor

oddstr13 commented Apr 28, 2017

In MicroPython mode, Send settings does not stick, and gets reset to "Dumb Mode" with 0ms line delay.
This happens uppon hovering the "Select firmware -> MicroPython" checkbox/text, and after saving a file.

If I change the setting, and make sure not to hover "MicroPython" when changing to the scripts tab, I am able to upload a file, before the settings are reset and I have to change them again.

Could be related to #41, and magic happening there.

recording

You can also clearly see #48 happening here, when hovering the Cancel button.

Version in use is trunk, with some minor adjustments to the way file writes are encoded 80893ea
Compiled with NetBeans on Archlinux, and ran on Windows 10.

@mickley
Copy link

mickley commented Dec 21, 2017

@oddstr13: I was able to make a temporary fix by adding LineDelay.setValue(100); to pySaveFileESP()

This sets the line delay in dumb mode to > 100ms every time you try to send a file, slow enough to work. It overrides the number set in the GUI.

@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 (as I had similar issues ). I now have a stable upload on 115200 with no additional need for delays or timings.

@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

3 participants