mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +00:00
Fix some naming
This commit is contained in:
@@ -23,25 +23,25 @@
|
|||||||
text: "SENSOR 1: "
|
text: "SENSOR 1: "
|
||||||
font_size: 20
|
font_size: 20
|
||||||
Label:
|
Label:
|
||||||
id: sonde1
|
id: sensor1
|
||||||
text: ""
|
text: ""
|
||||||
Label:
|
Label:
|
||||||
text: "SENSOR 2: "
|
text: "SENSOR 2: "
|
||||||
font_size: 20
|
font_size: 20
|
||||||
Label:
|
Label:
|
||||||
id: sonde2
|
id: sensor2
|
||||||
text: ""
|
text: ""
|
||||||
Label:
|
Label:
|
||||||
text: "SENSOR 3: "
|
text: "SENSOR 3: "
|
||||||
font_size: 20
|
font_size: 20
|
||||||
Label:
|
Label:
|
||||||
id: sonde3
|
id: sensor3
|
||||||
text: ""
|
text: ""
|
||||||
Label:
|
Label:
|
||||||
text: "SENSOR 4: "
|
text: "SENSOR 4: "
|
||||||
font_size: 20
|
font_size: 20
|
||||||
Label:
|
Label:
|
||||||
id: sonde4
|
id: sensor4
|
||||||
text: ""
|
text: ""
|
||||||
Button:
|
Button:
|
||||||
text: "Start communication"
|
text: "Start communication"
|
||||||
|
|||||||
Reference in New Issue
Block a user