parallaxinc / PropLoader

Parallax Propeller loader supporting both serial and wifi downloads
MIT License
27 stars 13 forks source link

Duplicate file open errors #21

Closed PropGit closed 7 years ago

PropGit commented 7 years ago

Proploader v1.0-11

Trying to open a non-existent file leads to two 103 messages.

C:\>proploader -c -p COM1 Welcome.elfs
001-Opening file 'Welcome.elfs'
103-ERROR: Can't open file 'Welcome.elfs'
103-ERROR: Can't open file 'Welcome.elfs'
PropGit commented 7 years ago

Tested with v1.0-18. This issue still occurs.

dbetz commented 7 years ago

Ummm... I never looked into this one. I'll check now.

dbetz commented 7 years ago

I pushed a fix for this. It should appear in the next build.

PropGit commented 7 years ago

Verified that it's fixed in v1.0-22.