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:
Mike Fiore
Date:
Fri Jul 10 09:43:56 2015 -0500
Revision:
2:e5eebd74d36d
Parent:
1:e52ae6584f1c
update from rev 6d77074fdfa315ba86bedecc44515b11bfa6e9a0 - add support for commas in payloads of +SEND and +SENDI

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
Mike Fiore 2:e5eebd74d36d 4 #define AT_APPLICATION_VERSION "060215_mbed-23-g6d77074"
mfiore 0:e2b8246361bc 5
Mike Fiore 1:e52ae6584f1c 6 #endif