Added S7 Protocol support

This commit is contained in:
Dave Nardella
2025-03-15 13:45:33 +01:00
committed by GitHub
parent f1577320e6
commit ca997e5b16

View File

@@ -215,6 +215,7 @@ function install_libmodbus {
function install_libsnap7 {
echo "[LIBSNAP7]"
cd "$OPENPLC_DIR/utils/snap7_src/build/linux"
$1 make clean
$1 make install || fail "Error installing Libsnap7"
cd "$OPENPLC_DIR"
}