setWifiPwd method

void setWifiPwd(
  1. String pwd
)

Implementation

void setWifiPwd(String pwd) {
  wifiPwd = pwd;
}