Enable Ethernet
@$pb.TagNumber(6) $core.bool get ethEnabled => $_getBF(4);
@$pb.TagNumber(6) set ethEnabled($core.bool value) => $_setBool(4, value);