Skip to content

Commit 37d2c4e

Browse files
committed
Make pymodbus as the default modbus backend
1 parent 1fc96f4 commit 37d2c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/launcher

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ echo $0
44
root_dir="$(cd $(dirname $0)/../; pwd)"
55
simu_dir="$root_dir/modbus_simulator"
66
export PYTHONPATH=$root_dir
7-
launch_cmd="$simu_dir/main.py"
8-
python $launch_cmd
7+
launch_cmd="$simu_dir/main.py -p"
8+
python $launch_cmd

0 commit comments

Comments
 (0)