
Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: operation/OperationExecutor.cpp
- Revision:
- 90:423177e8a401
- Parent:
- 86:a01faf58e938
- Child:
- 91:48069375dffa
--- a/operation/OperationExecutor.cpp Mon Mar 16 12:12:04 2015 +0000 +++ b/operation/OperationExecutor.cpp Fri Mar 20 13:55:21 2015 +0000 @@ -139,7 +139,9 @@ // _io.lcdPrint(msg); extern bool lastSensorReadingSent; _displayInfo.setFirstLine(message); + puts("setted first line"); _io.lcdPrint(message); + puts("printed io message"); lastSensorReadingSent=true; return true; }