Commit 27c6e2fa authored by 张金硕's avatar 张金硕

🐞 fix:修改版本号(软件版本号,MCU,OS日期)

parent 6a2931ca
...@@ -24,7 +24,7 @@ typedef struct __attribute__((aligned(4))) ...@@ -24,7 +24,7 @@ typedef struct __attribute__((aligned(4)))
uint16_t Vaild; uint16_t Vaild;
}TEXT_STRUCT; }TEXT_STRUCT;
#define INFORMATION_VERSION_DATE "20241111" #define INFORMATION_VERSION_DATE "20241129"
#define SW_EXTERNAL_VERSION "100" #define SW_EXTERNAL_VERSION "100"
#define POWER_STATE_IGN_OFF 0u #define POWER_STATE_IGN_OFF 0u
#define POWER_STATE_IGN_ON 1u #define POWER_STATE_IGN_ON 1u
......
...@@ -29,12 +29,12 @@ ...@@ -29,12 +29,12 @@
/****************************************************************************** /******************************************************************************
program version program version
*******************************************************************************/ *******************************************************************************/
#define SWV 0x109 // 0x100 = 1.00 software version 软件版本号 #define SWV 0x110 // 0x100 = 1.00 software version 软件版本号
#define HWV 0x120 // 0x100 = 1.00 hardware version 硬件版本号 #define HWV 0x120 // 0x100 = 1.00 hardware version 硬件版本号
#define BTV 0x105 // 0x100 = 1.00 bootloader version boot程序版本号 #define BTV 0x105 // 0x100 = 1.00 bootloader version boot程序版本号
#define internal_version (109UL) /* 内部版本号 105 -> 1.05 */ #define internal_version (110UL) /* 内部版本号 105 -> 1.05 */
#define internal_date (20241111UL) /* 内部版本日期 20240805 -> 2024.08.05 */ #define internal_date (20241129UL) /* 内部版本日期 20240805 -> 2024.08.05 */
/** /**
*DFlash *DFlash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment