优化制动测试
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, 2),
|
||||
prodvers=(0, 3, 1, 2),
|
||||
filevers=(0, 3, 1, 3),
|
||||
prodvers=(0, 3, 1, 3),
|
||||
# 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.2 (2025-02-11)'),
|
||||
StringStruct('FileVersion', '0.3.1.3 (2025-02-12)'),
|
||||
StringStruct('InternalName', 'AIO.exe'),
|
||||
StringStruct('LegalCopyright', '© 2024-2025 Manford Fan'),
|
||||
StringStruct('OriginalFilename', 'AIO.exe'),
|
||||
StringStruct('ProductName', 'AIO'),
|
||||
StringStruct('ProductVersion', '0.3.1.2 (2025-02-11)')])
|
||||
StringStruct('ProductVersion', '0.3.1.3 (2025-02-12)')])
|
||||
]),
|
||||
VarFileInfo([VarStruct('Translation', [1033, 1200])])
|
||||
]
|
||||
|
@ -476,4 +476,6 @@ v0.3.1.2(2025/02/11)
|
||||
2. 废弃write_diagnosis参数
|
||||
3. 优化do_brake中,触发超差写诊断等待操作流程
|
||||
|
||||
v0.3.1.3(2025/02/12)
|
||||
1. 修改自动测试(制动)的打开关闭曲线逻辑,开始时打开,完整测试结束时关闭
|
||||
|
||||
|
@ -1 +1 @@
|
||||
0.3.1.2@02/11/2025
|
||||
0.3.1.3@02/12/2025
|
Reference in New Issue
Block a user