mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +00:00
Get test library running
This commit is contained in:
@@ -25,24 +25,36 @@
|
||||
Label:
|
||||
id: sensor1
|
||||
text: ""
|
||||
size_hint: 1, 1
|
||||
halign: 'left'
|
||||
text_size: self.size
|
||||
Label:
|
||||
text: "Sensor 2: "
|
||||
font_size: 20
|
||||
Label:
|
||||
id: sensor2
|
||||
text: ""
|
||||
size_hint: 1, 1
|
||||
halign: 'left'
|
||||
text_size: self.size
|
||||
Label:
|
||||
text: "Sensor 3: "
|
||||
font_size: 20
|
||||
Label:
|
||||
id: sensor3
|
||||
text: ""
|
||||
size_hint: 1, 1
|
||||
halign: 'left'
|
||||
text_size: self.size
|
||||
Label:
|
||||
text: "Sensor 4: "
|
||||
font_size: 20
|
||||
Label:
|
||||
id: sensor4
|
||||
text: ""
|
||||
size_hint: 1, 1
|
||||
halign: 'left'
|
||||
text_size: self.size
|
||||
Button:
|
||||
text: "Connect"
|
||||
size_hint: 0.2, 0.1
|
||||
|
||||
Reference in New Issue
Block a user