AT Command Set mDot firmware with updated libmDot, to fix endian problem with joining LoRaWAN network

Dependencies:   MTS-Serial libmDot mbed-rtos mbed-src

Fork of mDot_AT_firmware by MultiTech

Committer:
mfiore
Date:
Thu Jun 25 14:52:56 2015 +0000
Revision:
0:e2b8246361bc
Child:
1:e52ae6584f1c
initial commit, main, debug, version, wakeup, doc

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mfiore 0:e2b8246361bc 1 #ifndef __VERSION_H__
mfiore 0:e2b8246361bc 2 #define __VERSION_H__
mfiore 0:e2b8246361bc 3
mfiore 0:e2b8246361bc 4 #define AT_APPLICATION_VERSION "060215_mbed-19-gdadc7ac"
mfiore 0:e2b8246361bc 5
mfiore 0:e2b8246361bc 6 #endif