Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: main.cpp
- Revision:
- 101:ef2827b2d00a
- Parent:
- 100:dbcd3bc51758
- Child:
- 104:fd3571349e5d
diff -r dbcd3bc51758 -r ef2827b2d00a main.cpp --- a/main.cpp Fri May 08 12:19:57 2015 +0000 +++ b/main.cpp Fri May 08 12:20:50 2015 +0000 @@ -59,7 +59,7 @@ joystickDown.rise(&disableDebug); MDMParser::DevStatus devStatus; - LCDDisplay::inst().setLines("Mbed Agent V2.1rc2", srHost); + LCDDisplay::inst().setLines("Mbed Agent V2.1rc3", srHost); if (!mdm.init(SIM_PIN, &devStatus)) { LCDDisplay::inst().setLines("Modem Init Failure", "No SIM card found", "Or SIM has PIN"); mdm.disconnect();