|
LOGGER
Logger
Data Logging using ESP8266
|
Go to the source code of this file.
Functions | |
| void | dumpVersion (Print *pPrint) |
| void | dumpCopyright (Print *pPrint, bool forWeb=true) |
| int | versionRevision () |
Variables | |
| const char * | pProgramName |
| < version of this include file More... | |
Version number reporting
| void dumpCopyright | ( | Print * | pPrint, |
| bool | forWeb = true |
||
| ) |
output the copyright information. If the output is for the web each line of the copyright is put out as a table row.
| pPrint | where to output to |
| forWeb | true adds web formatting |
| void dumpVersion | ( | Print * | pPrint | ) |
output the version number
| pPrint | where to output to |
| int versionRevision | ( | ) |
get the revision number
| const char* pProgramName |
< version of this include file
Name of the program
1.8.10