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 libmDot mbed-rtos mbed-src
Fork of mDot_AT_firmware by
version.h@3:321cf5e5b89b, 2015-08-07 (annotated)
- Committer:
- ruairisdad
- Date:
- Fri Aug 07 19:22:28 2015 +0000
- Revision:
- 3:321cf5e5b89b
- Parent:
- 2:e5eebd74d36d
AT command firmware with updated libmDot to fix endian problem when connecting to LoRaWAN Gateways
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mfiore | 0:e2b8246361bc | 1 | #ifndef __VERSION_H__ |
| mfiore | 0:e2b8246361bc | 2 | #define __VERSION_H__ |
| mfiore | 0:e2b8246361bc | 3 | |
| Mike Fiore |
2:e5eebd74d36d | 4 | #define AT_APPLICATION_VERSION "060215_mbed-23-g6d77074" |
| mfiore | 0:e2b8246361bc | 5 | |
| Mike Fiore |
1:e52ae6584f1c | 6 | #endif |
