Skip to content

Commit

Permalink
v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gehee committed May 24, 2024
1 parent ca31489 commit 657c094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/geehe/fpvue/osd/OSDManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ public void onFinish() {
listOSDItems.add(new OSDElement("Battery", binding.itemBat));
listOSDItems.add(new OSDElement("Cell battery", binding.itemBatCell));
listOSDItems.add(new OSDElement("Current", binding.itemCurrent));
listOSDItems.add(new OSDElement("Air Speed", binding.itemDis));
listOSDItems.add(new OSDElement("Flight Mode", binding.itemFlightMode));
listOSDItems.add(new OSDElement("Ground Speed", binding.itemGndSpeed));
listOSDItems.add(new OSDElement("Home", binding.itemHomeNav));
listOSDItems.add(new OSDElement("Home Direction", binding.itemHomeNav));
listOSDItems.add(new OSDElement("Home Distance", binding.itemDis));
listOSDItems.add(new OSDElement("Latitude", binding.itemLat));
listOSDItems.add(new OSDElement("Longitude", binding.itemLon));
listOSDItems.add(new OSDElement("Pitch", binding.itemPitch));
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">FPVue 0.16</string>
<string name="app_name">FPVue 0.16.1</string>
<string-array name="codecs">
<item>h265</item>
<item>h264</item>
Expand Down Expand Up @@ -38,6 +38,7 @@
<item>124</item>
<item>128</item>
<item>132</item>
<item>136</item>
<item>140</item>
<item>144</item>
<item>149</item>
Expand Down

0 comments on commit 657c094

Please sign in to comment.