
Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Revision 101:ef2827b2d00a, committed 2015-05-08
- Comitter:
- xinlei
- Date:
- Fri May 08 12:20:50 2015 +0000
- Parent:
- 100:dbcd3bc51758
- Child:
- 102:ede6611e064e
- Commit message:
- bump version number to v2.1rc3
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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();