Skip to content
Snippets Groups Projects
Commit eb60ebac authored by Thomas Bock's avatar Thomas Bock :speech_balloon:
Browse files

+ 1.1mbar & 11mbar FS

parent ce92cded
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,9 @@ class Anselm(System):
{"Unit":self.unit, "Display":"0.1mbar" , "Value":10.0},
{"Unit":self.unit, "Display":"0.25mbar", "Value":25.0},
{"Unit":self.unit, "Display":"1mbar" , "Value":100},
{"Unit":self.unit, "Display":"1.1mbar" , "Value":110},
{"Unit":self.unit, "Display":"10mbar" , "Value":1000.0},
{"Unit":self.unit, "Display":"11mbar" , "Value":1100.0},
{"Unit":self.unit, "Display":"100mbar" , "Value":10000.},
{"Unit":self.unit, "Display":"1000mbar", "Value":100000.0},
{"Unit":self.unit, "Display":"1100mbar", "Value":110000.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