LOGGER
Logger
Data Logging using ESP8266
|
#include "basetype.h"
Go to the source code of this file.
Functions | |
void | networkservicesInit (bool enableAP) |
void | networkservicesLoop () |
void | networkservicesConfigurationPage (Print *pPrint) |
Variables | |
char | apName [32] |
< version of this include file More... | |
char | ssidName [32] |
SSID to log in to the WIFI network. | |
char | ssidPassword [32] |
Password to use for the SSID. | |
Services to support general purpose network connectivity.
void networkservicesConfigurationPage | ( | Print * | pPrint | ) |
Display a table with all of the network configuration parameters.
pPrint | where to emit the output |
void networkservicesInit | ( | bool | enableAP | ) |
Initialize networking services, call once at system startup. Connects to the network.
enableAP | turn on access point support |
void networkservicesLoop | ( | ) |
Call this from the main loop. Handle network activity that must be done on a periodic basis.
char apName[32] |
< version of this include file
AP name, user defined name for the access point.