@dreamer_ Thanks a lot for the very detailed feedback, really appreciate the time you took to explain and test this scenario.
If possible, could you please share a full screenshot of the route you are using (showing the complete roundtrip)? I’ll try to reproduce it on my side.
That said, unfortunately I have Madrid Marathon and a Trail Camp with El Corte Inglés next week, so it might take me a bit longer than usual to properly test this. In any case, I will definitely pass this to the dev team if I’m able to reproduce the behavior you’re describing.
Regarding your findings, this could indeed be related to the auto-reverse logic. It’s great that the watch is able to adapt to the direction of navigation, but we introduced a safety threshold of around ~200m before switching direction. This is intentional, as switching too quickly could be problematic in some scenarios and we need to ensure the user has actually turned back and not just made a small deviation.
Because of this threshold, if there is a turn event within that ~200m window after changing direction, it’s possible that the watch could still be “anchored” to the previous direction and therefore confuse turn events, like in your example.
That said, I believe these are quite specific edge cases, and in most normal navigation scenarios this should not be noticeable.
Also, currently turns are handled with two different behaviors:
Autozoom → the map zooms in advance when approaching a turn
Turn notification → triggered around ~20m before the turn
And I agree with you here: depending on speed, 20m can sometimes be too short.
We are currently working on unifying both behaviors, so turn notifications will be driven by a more dynamic threshold (similar to autozoom or off-route logic), which should provide more consistent and earlier alerts regardless of speed.
Again, thanks a lot for the feedback ️
BTW, I also personally really like the idea of having a microphone and speaker. However, this is handled by our product team, and currently it introduces trade-offs with the barometer performance, which is critical for us. Hopefully we can find a good balance in future generations without compromising barometric accuracy.