Revert "test"

This reverts commit 70988ee45f.
This commit is contained in:
maqiao 2024-11-20 11:00:02 +08:00
parent 70988ee45f
commit 59bafb0b61
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ namespace DM_Weight.ViewModels
await _portUtil.WriteChannelInfoMethod(2, (singleChannels[i].Quantity + singleChannels[i].AddQuantity).ToString(), singleChannels[i].DrawerNo, singleChannels[i].ColNo);
await Task.Delay(200);
await _portUtil.ShowContentMethod(singleChannels[i].DrawerNo, singleChannels[i].ColNo);
}
}
RequestData();