On Tue, May 15, 2018 at 6:10 AM Sean Spratt <
seans...@gmail.com> wrote:
> When I import the dives (which is kind of tricky since the connection
list show lots of entries), I get all the dives imported, but ever single
dive is listed as Dive # 0? My Perdix has been set to number from 260
dives onward.
> Is subsurface supposed to pickup the dive numbers?
Subsurface actually ignores the dive number reported by the dive computer,
because particularly when you dive with multiple computers it tends to be
nonsense.
What subsurface does is basically
*if* the newly downloaded dives are all newer than the old dives you
already had
*and* the last old dive before the download had a number
*then* we assign incrementing numbers to the downloaded dives.
Basically, the logic is that if you download things out of order, or if
your last dive before the download wasn't numbered, then we don't try to
number anything.
On the desktop, you can renumber the selected dives, but I don't think you
can on the mobile app.
Linus