Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface mbed-rtos mbed NTPClient
Diff: Headers/PmedLog.h
- Revision:
- 38:132e83a591d0
- Parent:
- 27:7664225b6036
diff -r 51fed2a3e009 -r 132e83a591d0 Headers/PmedLog.h --- a/Headers/PmedLog.h Thu Jul 30 21:42:06 2015 +0000 +++ b/Headers/PmedLog.h Thu Jan 07 18:44:44 2016 +0000 @@ -16,6 +16,7 @@ //define as constant some log entries static const char *PMEDLOG_INITIALIZING = " Initializing Protegemed ... "; +static const char *PMEDLOG_INITIALIZINGWDT = " Initializing Protegemed by WhatchDog Timer... "; static const char *PMEDLOG_STARTED = " Started Protegemed ! "; static const char *PMEDLOG_WRONGCODE = " Oops... wrong code, a reset may be expected "; static const char *PMEDLOG_RESET = " No reason given ";
