Skip to content

Commit

Permalink
Merge pull request #227 from ZhouBox/feat-ethercat
Browse files Browse the repository at this point in the history
add custom dft
  • Loading branch information
fengzeroz authored Nov 12, 2024
2 parents fa72637 + 0b49ae0 commit b99990a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cross-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ case $custom in
cp $neuron_modules_dir/build/plugins/libplugin-iec104.so \
$package_dir/plugins/;
python3 update_default_plugins.py $package_dir/config/default_plugins.json "libplugin-iec104.so";;
(dft)
cp $neuron_modules_dir/build/plugins/libplugin-ethercat.so \
$package_dir/plugins/;
python3 update_default_plugins.py $package_dir/config/default_plugins.json "libplugin-ethercat.so";;
(default)
echo "no custom";;
esac
Expand Down

0 comments on commit b99990a

Please sign in to comment.