Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MTS-Serial libxDot-dev-mbed5-deprecated
Fork of Dot-AT-Firmware by
Diff: CommandTerminal/CmdIdentification.cpp
- Revision:
- 16:d5cf2af81a6d
- Parent:
- 14:f9a77400b622
diff -r e20116281a78 -r d5cf2af81a6d CommandTerminal/CmdIdentification.cpp
--- a/CommandTerminal/CmdIdentification.cpp Fri Nov 04 17:04:54 2016 -0500
+++ b/CommandTerminal/CmdIdentification.cpp Mon Jun 19 14:33:21 2017 -0500
@@ -23,8 +23,9 @@
#else
CommandTerminal::Serial()->writef("MultiTech xDot\r\n");
#endif /* TARGET_MTS_MDOT_F411RE */
- CommandTerminal::Serial()->writef("Firmware: %s\r\n", version.c_str());
- CommandTerminal::Serial()->writef("Library : %s\r\n", CommandTerminal::Dot()->getId().c_str());
+ CommandTerminal::Serial()->writef("Firmware : %s\r\n", version.c_str());
+ CommandTerminal::Serial()->writef("Library : %s\r\n", CommandTerminal::Dot()->getId().c_str());
+ CommandTerminal::Serial()->writef("MTS-Lora : %s\r\n", CommandTerminal::Dot()->getMtsLoraId().c_str());
return 0;
}
