Struct esp32_simple::wifi::Config
source · pub struct Config { /* private fields */ }Expand description
Wi-Fi network configuration containing SSID, password, and authentication method.
§Fields
ssid- The network SSID.password- The network password.auth- The authentication method (e.g.,WPA2Personal).