The ID and TYPE were the wrong way around when calling add_oxford_mercury.
This commit is contained in:
committed by
Ferdi Franceschini
parent
216e2b3529
commit
37879b9144
@@ -919,6 +919,6 @@ if { [ info exists ::config_dict ] && [ dict get $::config_dict mercury_scipi en
|
||||
set cid [dict get $::config_dict mercury_scipi id]
|
||||
set tol [dict get $::config_dict mercury_scipi tol]
|
||||
set term [dict get $::config_dict mercury_scipi terminator]
|
||||
add_oxford_mercury $name $IP $PORT $ctype $cid {*}$term $tol
|
||||
add_oxford_mercury $name $IP $PORT $cid $ctype {*}$term $tol
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user