Currently the PnP IP Address is hard coded to 192.168.193.250 - even if the PnP network is not used.
With more than one (primary) openWB (productive vs. test) in the same network this results in problems if the 2nd openWB uses the PnP network.
In the script runs/setup_network.sh this is marked as "todo":
function setup_pnp_network() { # ToDo: make ip configurable
Please implement the configurable IP Address.
Currently the PnP IP Address is hard coded to 192.168.193.250 - even if the PnP network is not used.
With more than one (primary) openWB (productive vs. test) in the same network this results in problems if the 2nd openWB uses the PnP network.
In the script runs/setup_network.sh this is marked as "todo":
function setup_pnp_network() { # ToDo: make ip configurablePlease implement the configurable IP Address.