ColinPitrat / kalenji-gps-watch-reader

A tool to import data from some Kalenji running watches
GNU General Public License v3.0
30 stars 11 forks source link

OnMove710 autodetection should activate source=Path by default #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, if OnMove710 is detected and source=USB, the import will end-up with 
a core.

Detecting OnMove710 device should ensure that source=Path and path is defined 
(and exists ?).

Original issue reported on code.google.com by colin.pi...@gmail.com on 10 Jun 2014 at 2:11

GoogleCodeExporter commented 9 years ago

Original comment by colin.pi...@gmail.com on 10 Jun 2014 at 2:12

GoogleCodeExporter commented 9 years ago
In fact, autodetection doesn't work with source=Path.
To be checked if things could be improved to actually detect the device with 
source=USB and then modify source to Path.

Or at least, improve error message whan source=Path and no device is given 
(give hint to use -D option or device= in .kalenji_readerrc).

Original comment by colin.pi...@gmail.com on 11 Jun 2014 at 4:55

GoogleCodeExporter commented 9 years ago
Core fixed and error messages improved.
This should work fine now, as long as path is provided (i.e putting source=Path 
is not really mandatory anymore).

Original comment by colin.pi...@gmail.com on 11 Jun 2014 at 8:09