Versão limpa em 04/09/2014. Telnet funcionando.

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Files at this revision

API Documentation at this revision

Comitter:
mlucas82
Date:
Fri Mar 27 14:48:06 2015 +0000
Branch:
feature-logs
Parent:
14:f756167f791f
Child:
16:9ebb6d310763
Commit message:
Implemented the necessary non mark on logs where "LogMarks" is false

Changed in this revision

Codes/PmedLog.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Codes/PmedLog.cpp	Fri Mar 27 14:47:12 2015 +0000
+++ b/Codes/PmedLog.cpp	Fri Mar 27 14:48:06 2015 +0000
@@ -36,6 +36,8 @@
 
 void PmedLog::Mark()
 {
+    if (!get_LogMarks()) return;
+    
     time_t seconds = time(NULL);
     time_t difference = seconds - m_lastMark;