Enable WiFi (disables Bluetooth)
from protobuf field: bool enabled = 1;
If set, this node will try to join the specified wifi network and acquire an address via DHCP
from protobuf field: Config.WiFiConfig.WiFiMode mode = 2;
If set, will be use to authenticate to the named wifi
from protobuf field: string psk = 4;
If set, this node will try to join the specified wifi network and acquire an address via DHCP
from protobuf field: string ssid = 3;
Generated using TypeDoc
WiFi Config
Generated
from protobuf message Config.WiFiConfig