Skip to content

Commit 3d796a9

Browse files
committed
Use the correct mapping.
1 parent d3abafd commit 3d796a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspThreads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def updateConfig(self, config=None):
516516
if config is None:
517517
return True
518518

519-
self.mapping = config['sub20_antenna_mapping']
519+
self.mapping = config['sub20_rs485_mapping']
520520
self.monitorPeriod = config['chassis_period']
521521

522522
def start(self):

0 commit comments

Comments
 (0)