diff --git a/biogascontrollerapp/gui/main/main.kv b/biogascontrollerapp/gui/main/main.kv index 9c1b1a7..9e19e1d 100644 --- a/biogascontrollerapp/gui/main/main.kv +++ b/biogascontrollerapp/gui/main/main.kv @@ -23,25 +23,25 @@ text: "SENSOR 1: " font_size: 20 Label: - id: sonde1 + id: sensor1 text: "" Label: text: "SENSOR 2: " font_size: 20 Label: - id: sonde2 + id: sensor2 text: "" Label: text: "SENSOR 3: " font_size: 20 Label: - id: sonde3 + id: sensor3 text: "" Label: text: "SENSOR 4: " font_size: 20 Label: - id: sonde4 + id: sensor4 text: "" Button: text: "Start communication"