Marcelo Rebonatto / Mbed 2 deprecated Protegemed_limpo

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

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
 {