|
LOGGER
Logger
Data Logging using ESP8266
|
Macros | |
| #define | versionEdit 3 |
| version of this module | |
Functions | |
| EXTERNDEF void | dumpVersion (Print *pPrint) |
| EXTERNDEF void | dumpCopyright (Print *pPrint, bool forWeb) |
| EXTERNDEF int | versionRevision () |
Version number output
| EXTERNDEF 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 |
| EXTERNDEF void dumpVersion | ( | Print * | pPrint | ) |
output the version number
| pPrint | where to output to |
| EXTERNDEF int versionRevision | ( | ) |
get the revision number
1.8.10