Skip to content
Snippets Groups Projects
Commit 0ea95dae authored by Torben Petersen's avatar Torben Petersen
Browse files

Changes target temperatures

parent dca76e8d
No related branches found
No related tags found
No related merge requests found
......@@ -99,8 +99,8 @@ if __name__ == "__main__":
client_two.loop_start()
#init arrays with temps for both chambers
chamber_one_temperature_values = [10, 25, 40]
chamber_two_temperature_values = [10, 25, 40]
chamber_one_temperature_values = [15, 25, 35]
chamber_two_temperature_values = [15, 25, 35]
#use this to skip first element of array 1 after inversion
shift = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment