优化自动测试
This commit is contained in:
		| @@ -6,8 +6,8 @@ VSVersionInfo( | ||||
|   ffi=FixedFileInfo( | ||||
|     # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) | ||||
|     # Set not needed items to zero 0. | ||||
|     filevers=(0, 3, 1, 0), | ||||
|     prodvers=(0, 3, 1, 0), | ||||
|     filevers=(0, 3, 1, 2), | ||||
|     prodvers=(0, 3, 1, 2), | ||||
|     # Contains a bitmask that specifies the valid bits 'flags'r | ||||
|     mask=0x3f, | ||||
|     # Contains a bitmask that specifies the Boolean attributes of the file. | ||||
| @@ -31,12 +31,12 @@ VSVersionInfo( | ||||
|         '040904b0', | ||||
|         [StringStruct('CompanyName', 'Rokae - https://www.rokae.com/'), | ||||
|         StringStruct('FileDescription', 'All in one automatic toolbox'), | ||||
|         StringStruct('FileVersion', '0.3.1.0 (2025-01-22)'), | ||||
|         StringStruct('FileVersion', '0.3.1.2 (2025-02-11)'), | ||||
|         StringStruct('InternalName', 'AIO.exe'), | ||||
|         StringStruct('LegalCopyright', '© 2024-2025 Manford Fan'), | ||||
|         StringStruct('OriginalFilename', 'AIO.exe'), | ||||
|         StringStruct('ProductName', 'AIO'), | ||||
|         StringStruct('ProductVersion', '0.3.1.0 (2025-01-22)')]) | ||||
|         StringStruct('ProductVersion', '0.3.1.2 (2025-02-11)')]) | ||||
|       ]), | ||||
|     VarFileInfo([VarStruct('Translation', [1033, 1200])]) | ||||
|   ] | ||||
|   | ||||
| @@ -471,6 +471,9 @@ v0.3.1.0(2025/01/23) | ||||
|    - 耐久数据采集并记录,优化了执行以及数据展示 | ||||
|    - 基恩士数据采集处理,适配任意编码格式的文件处理 | ||||
|  | ||||
|  | ||||
| v0.3.1.2(2025/02/11) | ||||
| 1. 修改自动测试(制动/转矩/耐久)的read_ready_to_go信号等待时间为15s | ||||
| 2. 废弃write_diagnosis参数 | ||||
| 3. 优化do_brake中,触发超差写诊断等待操作流程 | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -1 +1 @@ | ||||
| 0.3.1.0@01/22/2025 | ||||
| 0.3.1.2@02/11/2025 | ||||
		Reference in New Issue
	
	Block a user