mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
Get test library running
This commit is contained in:
@@ -58,6 +58,8 @@ class ProgramScreen(Screen):
|
||||
|
||||
# Add it to the config
|
||||
config.append(config_sensor_i)
|
||||
|
||||
self._set_ui(config)
|
||||
else:
|
||||
TwoActionPopup().open(
|
||||
"Failed to connect to micro-controller, retry?",
|
||||
@@ -100,8 +102,9 @@ class ProgramScreen(Screen):
|
||||
else:
|
||||
try:
|
||||
self._instructions.change_config(data)
|
||||
except:
|
||||
except Exception as e:
|
||||
SingleRowPopup().open("Could not save data!")
|
||||
return
|
||||
SingleRowPopup().open("Data saved successfully")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user