Fix host names and port numbers.

This commit is contained in:
Ferdi Franceschini
2013-04-23 10:25:09 +10:00
parent 34f22ea669
commit bda409da04
2 changed files with 11 additions and 9 deletions

View File

@@ -2,10 +2,11 @@
# TEST MOTOR HOST AND PORT
foreach {key host port} {
MC1 localhost 62530
MC2 localhost 62531
MC3 localhost 62532
MC4 localhost 62533
MC1 localhost 62630
MC2 localhost 62631
MC3 localhost 62632
MC4 localhost 62633
MC6 localhost 62634
} {
dict set MOTOR_HOSTPORT $key HOST $host
dict set MOTOR_HOSTPORT $key PORT $port