tmk2is correct about the "Save Location" screen. You can use the "Back" button (bottom right) to back out of that screen, or choose one of the icons if you actually do wish to drop a pin/save a location.
tmk2is correct about the "Save Location" screen. You can use the "Back" button (bottom right) to back out of that screen, or choose one of the icons if you actually do wish to drop a pin/save a location.
Not sure what you mean.
In the latest firmware releases for Fenix 6 Garmin changed the configuration options and process for calibration. In theory you should be able to achieve the same functionality now as before and in my opinion the new…
Hi, what do you mean? From where to where?
Yes, it is working fine. I use an Epix and a Varia rtl 516 without problems.
Ich wüsste nicht, dass das geht. Ist halt so von Garmin vorgeschrieben.
Mich hat das ehrlich gesagt noch nie gestört, weil ich mit einem weiteren Klick alle nötigen Daten sehe.
Bei mir war es eindeutig nicht das Netzkabel. Dieses Übel scheint überwunden.
Nach diversen weiteren Zickereien - letztlich, dass es ständig die Einblendung der 'Reisedaten' (nicht Reiseaufzeichnungen!) verliert, habe ich Garmin konsultiert.…
this
code
class Cone { var x; function initialize(parent) { x = parent.weak().get(); } } class Ctwo { var xs; function initialize() { xs = new[2]; xs[0] = new Cone(self); xs[1] = new Cone(self); } } var…