wifiSsid property
If set, this node will try to join the specified wifi network and acquire an address via DHCP
Implementation
@$pb.TagNumber(3)
$core.String get wifiSsid => $_getSZ(1);
Implementation
@$pb.TagNumber(3)
set wifiSsid($core.String value) => $_setString(1, value);