BetaRavener / uPyLoader

File transfer and communication tool for MicroPython boards
MIT License
355 stars 76 forks source link

Prevent transfer to MCU unless MCU name field is filled in #73

Open hwiguna opened 5 years ago

hwiguna commented 5 years ago

When the MCU Name textbox is blank and you click Transfer, the app freezes on "Saving files". One of the ways MCU name would be blank is if you control-click the selected file on the left file list. The only I have been able to recover from this is to end-task via Task Manager (Windows).

BetaRavener commented 5 years ago

Thanks for report, I'll reproduce and fix this in next few days.