Browse Source

修正版本日期

guoqiang 1 year ago
parent
commit
1f0073f137
1 changed files with 1 additions and 1 deletions
  1. 1 1
      User/protocol.c

+ 1 - 1
User/protocol.c

@@ -6,7 +6,7 @@
 
 
 #ifdef IS_BOOTLOADER
-uint32_t Firmware_Version[4] = {1, 0, 0, 20230410};
+uint32_t Firmware_Version[4] = {1, 0, 0, 20240410};
 #else
 uint32_t Firmware_Version[4] = {1, 1, 0, 20240410};
 #endif