fix a check for neodry pump
This commit is contained in:
@ -15,7 +15,7 @@ proc makeHePump {} {
|
|||||||
}
|
}
|
||||||
hset /hepump $type
|
hset /hepump $type
|
||||||
|
|
||||||
if {$type == 0} {
|
if {$type == 0 || $type == 8} {
|
||||||
makenv hemot -driver trinamic -base /hepump/ hepump
|
makenv hemot -driver trinamic -base /hepump/ hepump
|
||||||
if {[silent 0 result instconfig sensirion]} {
|
if {[silent 0 result instconfig sensirion]} {
|
||||||
makenv nvflow -driver sensirion -controller _hemot
|
makenv nvflow -driver sensirion -controller _hemot
|
||||||
|
Reference in New Issue
Block a user