Utils Boards  1.0.2
Utility functions and macros to uniform the usage of the WiFi and I2C across different boards
WiFiMultiEntry Struct Reference

Struct to hold the WiFi credentials. More...

#include <UtilsBoards.h>

Public Attributes

const char * ssid
 
const char * password
 

Detailed Description

Struct to hold the WiFi credentials.

A WiFi credential is made by the name of the SSID and the corresponding password.

Parameters
ssidthe SSID name of the network
passwordthe password name of the network

Member Data Documentation

◆ password

const char* WiFiMultiEntry::password

◆ ssid

const char* WiFiMultiEntry::ssid

The documentation for this struct was generated from the following file: