LAPTOP-SNT8I5JK\Boounion
2025-06-23 3623c549eab25da1d8b74cd0557eb286192b75b1
1.修复LoadPort设置不能减片的问题;
已添加2个文件
已修改1个文件
10 ■■■■■ 文件已修改
SourceCode/Bond/Servo/CLoadPort.cpp 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SourceCode/Bond/x64/Debug/Res/PortConfig_Gray_32.ico 补丁 | 查看 | 原始文档 | blame | 历史
SourceCode/Bond/x64/Debug/Res/PortConfig_High_32.ico 补丁 | 查看 | 原始文档 | blame | 历史
SourceCode/Bond/Servo/CLoadPort.cpp
@@ -1144,16 +1144,14 @@
    {
        char szBuffer[64];
        for (const auto& slot : config.vecSlot) {
            if (!slot.isEnabled) continue;
            int nSlotIndex = slot.nSlotID - 1;
            if (nSlotIndex < 0 || nSlotIndex >= SLOT_MAX) {
                continue;
            }
            m_slot[nSlotIndex].enable();
            if (!m_slot[nSlotIndex].isEnable()) continue;
            if (!slot.isEnabled) {
                m_slot[nSlotIndex].setContext(nullptr);
                continue;
            }
            CJobDataS js;
            js.setCassetteSequenceNo(getNextCassetteSequenceNo());
SourceCode/Bond/x64/Debug/Res/PortConfig_Gray_32.ico
SourceCode/Bond/x64/Debug/Res/PortConfig_High_32.ico