#4 next nav point name display

This commit is contained in:
2023-11-05 17:33:25 +01:00
parent 8069e80ce1
commit 6090e7e5db
8 changed files with 112 additions and 20 deletions
+1
View File
@@ -5,5 +5,6 @@
<property id="themeColor3" type="string">FFFF00</property>
<property id="hrDisplay" type="number">0</property>
<property id="speedNotPace" type="boolean">false</property>
<property id="showNextPoint" type="boolean">true</property>
<property id="tlFieldData" type="number">1</property>
</properties>
+3
View File
@@ -30,4 +30,7 @@
<setting propertyKey="@Properties.speedNotPace" title="@Strings.SpeedNotPace">
<settingConfig type="boolean" />
</setting>
<setting propertyKey="@Properties.showNextPoint" title="@Strings.ShowNextPoint">
<settingConfig type="boolean" />
</setting>
</settings>
+1
View File
@@ -9,6 +9,7 @@
<string id="HrPercentage">Percentage</string>
<string id="HrZone">Zone</string>
<string id="SpeedNotPace">Show speed instead of pace</string>
<string id="ShowNextPoint">Show next navigation point name (only on newer devices w/ high resolution)</string>
<string id="TLFieldData">Top-left field data</string>
<string id="TLFCadence">Cadence</string>
<string id="TLFGrade">Grade</string>