QuickLogic-Corp / TinyFPGA-Programmer-Application

Desktop application for programming TinyFPGA boards and now QuickFeather
GNU General Public License v3.0
7 stars 3 forks source link

Why is --mode manatory #11

Closed timsaxe closed 3 years ago

timsaxe commented 3 years ago

For instance, if I want to reset in an automated app I want to say:

qfprog --port /dev/ttyS3 --reset

There is no value to the --mode.

Sames issue if I just want to check crc

coolbreeze413 commented 3 years ago

Yes, this is right, mode should be mandatory only while flashing. Will work on a fix for this.

coolbreeze413 commented 3 years ago

Fixed with #12 .