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:
- 27:7664225b6036
- Parent:
- 22:a06c7bb05008
- Child:
- 38:132e83a591d0
--- a/Headers/PmedLog.h Fri Mar 27 20:37:41 2015 +0000
+++ b/Headers/PmedLog.h Fri Mar 27 20:58:05 2015 +0000
@@ -18,9 +18,15 @@
static const char *PMEDLOG_INITIALIZING = " Initializing Protegemed ... ";
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 = " Programmatically resetting Protegemed ... ";
+static const char *PMEDLOG_RESET = " No reason given ";
static const char *PMEDLOG_DEFAULTS = " Loaded defaults in Settings ! ";
+static const char *PMEDLOG_RESETTELNET = " by telnet reset ";
+static const char *PMEDLOG_UPDATETELNET = " by telnet update ";
+
+static const char *PMEDLOG_HTTP_CONNECT = "On HTTP_POST - Connect";
+static const char *PMEDLOG_HTTP_SEND = "On HTTP_POST - Send";
+
class PmedLog
{
