Skip to content

Fix _enable_dhcp for newer FW versions

Linn Berntsson requested to merge fix-enable_dhcp-for-newer-fw into master

For FW versions >2.21.8 the mchcfg option 3 includes one extra setting. This meant that the script sent command "q" too early, when it had not yet reached "Enter configuration mode". Increased to 10 as it does not matter if it sends a few extra "enter" - it will still work for v2.21.8.

Merge request reports