fix acf iso modules

This commit is contained in:
shrlnm 2023-04-12 21:24:54 +03:00
parent d76a0a6cdf
commit eb5a01597f

View File

@ -188,6 +188,7 @@ def acf_loadModules( de, refdata, platform ):
if k['idf']==idf: if k['idf']==idf:
m['pin'] = k['pin'] m['pin'] = k['pin']
m['dst'] = k['dst'] m['dst'] = k['dst']
if 'idRx' in k.keys() and 'idTx' in k.keys():
m['idRx'] = k['idRx'] m['idRx'] = k['idRx']
m['idTx'] = k['idRx'] m['idTx'] = k['idRx']
m['startDiagReq'] = k['startDiagReq'] m['startDiagReq'] = k['startDiagReq']