allowUndefinedPinAccess property
Whether the Module allows consumers to read / write to pins not defined in available_pins
Implementation
@$pb.TagNumber(2)
$core.bool get allowUndefinedPinAccess => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set allowUndefinedPinAccess($core.bool value) => $_setBool(1, value);