mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 21:40:36 +01:00
Remove references to RNode
This commit is contained in:
parent
f1a35c0a9a
commit
a89f452ccb
@ -475,7 +475,7 @@ MDScreen:
|
|||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
id: connectivity_rnode_label
|
id: connectivity_rnode_label
|
||||||
text: "Connect via RNode"
|
text: "Connect via openCom device"
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
disabled: False
|
disabled: False
|
||||||
|
|
||||||
@ -718,7 +718,7 @@ MDScreen:
|
|||||||
|
|
||||||
MDTextField:
|
MDTextField:
|
||||||
id: connectivity_rnode_ifmode
|
id: connectivity_rnode_ifmode
|
||||||
hint_text: "RNode Mode"
|
hint_text: "openCom device Mode"
|
||||||
text: ""
|
text: ""
|
||||||
font_size: dp(24)
|
font_size: dp(24)
|
||||||
|
|
||||||
@ -1959,7 +1959,7 @@ MDScreen:
|
|||||||
MDRectangleFlatIconButton:
|
MDRectangleFlatIconButton:
|
||||||
id: hardware_rnode_button
|
id: hardware_rnode_button
|
||||||
icon: "radio-handheld"
|
icon: "radio-handheld"
|
||||||
text: "RNode"
|
text: "openCom device"
|
||||||
padding: [dp(0), dp(14), dp(0), dp(14)]
|
padding: [dp(0), dp(14), dp(0), dp(14)]
|
||||||
icon_size: dp(24)
|
icon_size: dp(24)
|
||||||
font_size: dp(16)
|
font_size: dp(16)
|
||||||
@ -2145,7 +2145,7 @@ MDScreen:
|
|||||||
orientation: "vertical"
|
orientation: "vertical"
|
||||||
|
|
||||||
MDTopAppBar:
|
MDTopAppBar:
|
||||||
title: "RNode"
|
title: "openCom device"
|
||||||
anchor_title: "left"
|
anchor_title: "left"
|
||||||
elevation: 0
|
elevation: 0
|
||||||
left_action_items:
|
left_action_items:
|
||||||
@ -2166,13 +2166,13 @@ MDScreen:
|
|||||||
padding: [dp(28), dp(48), dp(28), dp(16)]
|
padding: [dp(28), dp(48), dp(28), dp(16)]
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "RNode Hardware Parameters\\n"
|
text: "openCom Device Hardware Parameters\\n"
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
id: hardware_rnode_info
|
id: hardware_rnode_info
|
||||||
markup: True
|
markup: True
|
||||||
text: "To communicate using an RNode, you will need to specify the following parameters. For two or more RNodes to be able to communicate, all parameters must match, except for the [i]Coding Rate[/i] and [i]TX Power[/i] parameter, which can vary between devices.\\n"
|
text: "To communicate using an openCom device (for example, the openCom XL), you can choose from the below options to customise the frequency channel and the communication preset. For two or more openCom devices to be able to communicate, all parameters must match, except for the [i]Coding Rate[/i] and [i]TX Power[/i] parameter, which can vary between devices. openCom devices are also capable of communicating with RNodes. You can select [i]Advanced Configuration[/i] to configure the modulation parameters for your device yourself, if you so wish. [b]Please enable [i]Configure Secondary Modem[/i] to use both modems if you are using an openCom XL[/b].\\n"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
text_size: self.width, None
|
text_size: self.width, None
|
||||||
height: self.texture_size[1]
|
height: self.texture_size[1]
|
||||||
@ -2520,7 +2520,7 @@ MDScreen:
|
|||||||
height: dp(48)
|
height: dp(48)
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "Control RNode Display"
|
text: "Control openCom Device Display"
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
|
|
||||||
MDSwitch:
|
MDSwitch:
|
||||||
@ -2546,7 +2546,7 @@ MDScreen:
|
|||||||
MDLabel:
|
MDLabel:
|
||||||
id: hardware_rnode_info
|
id: hardware_rnode_info
|
||||||
markup: True
|
markup: True
|
||||||
text: "If you enable connection via Bluetooth, Sideband will attempt to connect to any available and paired RNodes over Bluetooth.\\n\\nYou must first pair the RNode with your device for this to work. If your RNode does not have a physical pairing button, you can enable Bluetooth and put it into pairing mode by first connecting it via a USB cable, and using the buttons below. When plugging in the RNode over USB, you must grant Sideband permission to the USB device for this to work.\\n\\nYou can also change Bluetooth settings using the \\"rnodeconf\\" utility from a computer.\\n\\nBy default, Sideband will connect to the first available RNode that is paired. If you want to always use a specific RNode, you can enter its name in the Preferred RNode Device Name field below, for example \\"RNode A8EB\\".\\n"
|
text: "If you enable connection via Bluetooth, openCom Companion will attempt to connect to any available and paired openCom devices over Bluetooth.\\n\\nYou must first pair the openCom device with your Android device for this to work. Details on how to pair via Bluetooth will be available in the manual that came with your openCom device. \\nYou can also change Bluetooth settings using the \\"rnodeconf\\" utility from a computer.\\n\\nBy default, openCom Companion will connect to the first available openCom device that is paired. If you want to always use a specific openCom device, you can enter its name in the Preferred openCom Device Name field below, for example \\"openCom XL A8EB\\".\\n"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
text_size: self.width, None
|
text_size: self.width, None
|
||||||
height: self.texture_size[1]
|
height: self.texture_size[1]
|
||||||
@ -2558,41 +2558,41 @@ MDScreen:
|
|||||||
height: self.minimum_height
|
height: self.minimum_height
|
||||||
# padding: [dp(0), dp(0), dp(0), dp(35)]
|
# padding: [dp(0), dp(0), dp(0), dp(35)]
|
||||||
|
|
||||||
MDRectangleFlatIconButton:
|
#MDRectangleFlatIconButton:
|
||||||
id: hardware_rnode_bt_on_button
|
# id: hardware_rnode_bt_on_button
|
||||||
icon: "bluetooth"
|
# icon: "bluetooth"
|
||||||
text: "Enable Bluetooth"
|
# text: "Enable Bluetooth"
|
||||||
padding: [dp(0), dp(14), dp(0), dp(14)]
|
# padding: [dp(0), dp(14), dp(0), dp(14)]
|
||||||
icon_size: dp(24)
|
# icon_size: dp(24)
|
||||||
font_size: dp(16)
|
# font_size: dp(16)
|
||||||
size_hint: [1.0, None]
|
# size_hint: [1.0, None]
|
||||||
on_release: root.app.hardware_rnode_bt_on_action(self)
|
# on_release: root.app.hardware_rnode_bt_on_action(self)
|
||||||
|
|
||||||
MDRectangleFlatIconButton:
|
#MDRectangleFlatIconButton:
|
||||||
id: hardware_rnode_bt_off_button
|
# id: hardware_rnode_bt_off_button
|
||||||
icon: "bluetooth-off"
|
# icon: "bluetooth-off"
|
||||||
text: "Disable Bluetooth"
|
# text: "Disable Bluetooth"
|
||||||
padding: [dp(0), dp(14), dp(0), dp(14)]
|
# padding: [dp(0), dp(14), dp(0), dp(14)]
|
||||||
icon_size: dp(24)
|
# icon_size: dp(24)
|
||||||
font_size: dp(16)
|
# font_size: dp(16)
|
||||||
size_hint: [1.0, None]
|
# size_hint: [1.0, None]
|
||||||
on_release: root.app.hardware_rnode_bt_off_action(self)
|
# on_release: root.app.hardware_rnode_bt_off_action(self)
|
||||||
disabled: False
|
# disabled: False
|
||||||
|
|
||||||
MDRectangleFlatIconButton:
|
#MDRectangleFlatIconButton:
|
||||||
id: hardware_rnode_bt_pair_button
|
# id: hardware_rnode_bt_pair_button
|
||||||
icon: "link-variant"
|
# icon: "link-variant"
|
||||||
text: "Start Pairing Mode"
|
# text: "Start Pairing Mode"
|
||||||
padding: [dp(0), dp(14), dp(0), dp(14)]
|
# padding: [dp(0), dp(14), dp(0), dp(14)]
|
||||||
icon_size: dp(24)
|
# icon_size: dp(24)
|
||||||
font_size: dp(16)
|
# font_size: dp(16)
|
||||||
size_hint: [1.0, None]
|
# size_hint: [1.0, None]
|
||||||
on_release: root.app.hardware_rnode_bt_pair_action(self)
|
# on_release: root.app.hardware_rnode_bt_pair_action(self)
|
||||||
disabled: False
|
# disabled: False
|
||||||
|
|
||||||
MDTextField:
|
MDTextField:
|
||||||
id: hardware_rnode_bt_device
|
id: hardware_rnode_bt_device
|
||||||
hint_text: "Preferred RNode Device Name"
|
hint_text: "Preferred openCom Device Name"
|
||||||
text: ""
|
text: ""
|
||||||
font_size: dp(24)
|
font_size: dp(24)
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user