mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2025-12-08 11:21:17 +08:00
Added S7 Protocol support
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user