Pitmairen / bryton-gps-linux

An attempt to read Bryton GPS devices on Linux
GNU General Public License v3.0
29 stars 14 forks source link

Memory Usage #7

Closed jwm-art-net closed 11 years ago

jwm-art-net commented 11 years ago

Is it possible to obtain memory usage from the device?

So we can have options to show both how much is used and how much memory is in total.

(Rider20 acts a bit crazy when it runs out of memory. Mileage got stuck on 5.29 miles and when I realized I tried various button presses resulting with it turning itself off... for an hour or so until it decided to come back on. Managed to then clear data and log last two thirds of ride - a big sponsored ride I'd been training for.)

jwm-art-net commented 11 years ago

Maybe also per-track memory usage as part of --list-history and --summary options.

Pitmairen commented 11 years ago

I have added a new option "--storage". When used alone it will show total storage used, and when used together with --summary or --list-history it will show the usage of each track.

I haven't tested it that much, but it seems to be working.

jwm-art-net commented 11 years ago

Hi, sorry didn't get back to you. I've not had any problems, it's working fine for my usage. Thanks.