添加升级注释;

This commit is contained in:
何 泽隆
2024-04-19 17:39:09 +08:00
parent 1b7bc60ca8
commit a82e27de83
2 changed files with 6 additions and 3 deletions

View File

@@ -100,7 +100,10 @@ class LaminaAdapter:
self.com.write(bytearray(frame))
def frame_update(self, path_bin):
""" 程序升级 """
""" 程序升级
注意: 在使用单板升级测试时, 需要关闭低电压检测功能, 否则无法启动升级流程;
"""
block_modbus = {
'addr_dev' : self.addr_modbus,
'type' : 'update',