Bluetooth Low Energy based Firmware Over The Air with Mbed. Mbed part is a external processor of the IoT devices and communicate with a Bluetooth module. The Bluetooth module have to support BLE and implement BLE FOTA profile designed by ours. BLE FOTA profile specification is available from our GIT hub wiki(https://github.com/sevencore/BLEFOTA).

Dependencies:   mbed

Fork of mbed_fota by KIM HyoengJun

Bluetooth Low Energy based Firmware Over The Air with Mbed. Mbed part is a external processor of the IoT devices and communicate with a Bluetooth module. The Bluetooth module have to support BLE and implement BLE FOTA profile designed by ours. BLE FOTA profile specification is available from our GIT hub wiki.

dialog_fota/app_sw_version.h

Committer:
dudnwjs
Date:
2015-08-20
Revision:
8:9eec2c246a85
Parent:
4:60be78a172c2
Child:
9:fcf91f563147

File content as of revision 8:9eec2c246a85:

#ifndef APP_SW_VERSION_H
#define APP_SW_VERSION_H

namespace sevencore_fota{
    
#define DA14583_REFDES_SW_VERSION "v_3.50.1.89"
#define DA14583_REFDES_SW_VERSION_DATE "2015-02-27 17:18 "
#define DA14583_REFDES_SW_VERSION_STATUS "REPOSITORY VERSION"

#define DA14583_SW_VERSION "v_3.0.9.504"
#define DA14583_SW_VERSION_DATE "2015-03-11 14:04 "
#define DA14583_SW_VERSION_STATUS "REPOSITORY VERSION"

}
#endif//APP_SW_VERSION_H