JetBrains / intellij-micropython

Plugin for MicroPython devices in PyCharm and IntelliJ
https://plugins.jetbrains.com/plugin/9777-micropython
Apache License 2.0
514 stars 107 forks source link

File Upload is slow #59

Open Streyder opened 6 years ago

Streyder commented 6 years ago

Hey,

I am using the orginal PyBoard. When using the Run Command to upload the files it takes about 5-10 seconds per file (so minutes for my project) to upload them. If I copy them using the file explorer the transfer is "instant". If the file upload would not use a script to upload those but a normal file transfer it would be way quicker and wouldn't colide with the REPL as mentioned here: https://github.com/vlasovskikh/intellij-micropython/issues/53

All in all that change would speed up the process alot.

vlasovskikh commented 6 years ago

A good idea. I would accept a pull request that switches to this method of uploading instead of the current one. I can help with preparing a pull request.