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: mbed-rtos mbed mbed_fota_fan_control
Fork of mbed_fota_lamp_control by
app_sw_version.h
00001 /** 00002 * @file app_sw_version.h 00003 * @brief Software Version. 00004 * Copyright 2015 SEVENCORE Co., Ltd. 00005 * 00006 * @author HyeongJun Kim 00007 * @version 1.0.0 00008 * @date 2015-08-20 00009 */ 00010 #ifndef APP_SW_VERSION_H 00011 #define APP_SW_VERSION_H 00012 /** 00013 **************************************************************************************** 00014 * @addtogroup dialog_fota module 00015 * @brief Software Version. 00016 * 00017 * @{ 00018 **************************************************************************************** 00019 */ 00020 namespace sevencore_fota{ 00021 00022 #define DA14583_REFDES_SW_VERSION "v_3.50.1.89" 00023 #define DA14583_REFDES_SW_VERSION_DATE "2015-02-27 17:18 " 00024 #define DA14583_REFDES_SW_VERSION_STATUS "REPOSITORY VERSION" 00025 00026 #define DA14583_SW_VERSION "v_3.0.9.504" 00027 #define DA14583_SW_VERSION_DATE "2015-03-11 14:04 " 00028 #define DA14583_SW_VERSION_STATUS "REPOSITORY VERSION" 00029 00030 }//namespace 00031 00032 /// @} dialog_fota module 00033 00034 #endif//APP_SW_VERSION_H
Generated on Tue Jul 12 2022 21:25:05 by
