mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-02 03:26:25 -04:00
Added serial port and radio modem options to connectivity
This commit is contained in:
parent
712a099c8b
commit
535a3fcbfe
3 changed files with 65 additions and 13 deletions
|
@ -422,13 +422,13 @@ MDNavigationLayout:
|
|||
id: connectivity_modem_label
|
||||
text: "Connect via Radio Modem"
|
||||
font_style: "H6"
|
||||
disabled: True
|
||||
disabled: False
|
||||
|
||||
MDSwitch:
|
||||
id: connectivity_use_modem
|
||||
active: False
|
||||
pos_hint: {"center_y": 0.3}
|
||||
disabled: True
|
||||
disabled: False
|
||||
|
||||
MDBoxLayout:
|
||||
id: connectivity_modem_fields
|
||||
|
@ -460,13 +460,13 @@ MDNavigationLayout:
|
|||
id: connectivity_serial_label
|
||||
text: "Connect via Serial Port"
|
||||
font_style: "H6"
|
||||
disabled: True
|
||||
disabled: False
|
||||
|
||||
MDSwitch:
|
||||
id: connectivity_use_serial
|
||||
active: False
|
||||
pos_hint: {"center_y": 0.3}
|
||||
disabled: True
|
||||
disabled: False
|
||||
|
||||
MDBoxLayout:
|
||||
id: connectivity_serial_fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue