Skip to content

Commit

Permalink
Removed online updater button
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFPVdev authored and MarioFPVdev committed Oct 26, 2024
1 parent 748c7b8 commit 3929158
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 30 deletions.
37 changes: 20 additions & 17 deletions Configurator.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 13 additions & 10 deletions Configurator.resx
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,6 @@
<metadata name="btnToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="btnMSP.ToolTip" xml:space="preserve">
<value>Upload the latest MSPOSD of OpenIPC
Upload the fonts for Betaflight to the OpenIPC camera

To enter the menu move:
LEFT stick to bottom right and
RIGHT stick to bottom left

MSPVTX is partially working, do NOT use</value>
</data>
<data name="Label4.Text" xml:space="preserve">
<value>Step 1: Select which VRX to use
Step 2: Enter the VRX IP
Expand All @@ -140,6 +130,19 @@ Step 6: Select the option [OpenIPC Camera]
Step 7: Enter the OpenIPC camera IP
Step 8: Click [Send drone.key]
Step 9: Reboot OpenIPC camera</value>
</data>
<metadata name="btnToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="btnMSP.ToolTip" xml:space="preserve">
<value>Upload the latest MSPOSD of OpenIPC
Upload the fonts for Betaflight to the OpenIPC camera

To enter the menu move:
LEFT stick to bottom right and
RIGHT stick to bottom left

MSPVTX is partially working, do NOT use</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="PictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
Expand Down
6 changes: 3 additions & 3 deletions Configurator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1684,9 +1684,9 @@ err1:
checkCustomRes.Visible = True
btnSendKeys.Text = "Send drone.key"
btnGenerateKeys.Visible = False
btnUpdate.Visible = True
btnRuby.Visible = True
btnWFB.Visible = True
btnUpdate.Visible = False
btnRuby.Visible = False
btnWFB.Visible = False
btnOfflinefw.Visible = True
cmbVersion.Visible = True
Button2.Visible = True
Expand Down

0 comments on commit 3929158

Please sign in to comment.