Remove duplicate setting

This commit is contained in:
Mashintime 2024-02-18 15:33:42 -05:00
parent 70228054fd
commit 47242fb33e

View file

@ -31,7 +31,6 @@ class CONFIG:
'control': str,
'serial_port': str,
'model_id': int,
'serial_port': str,
'serial_speed': int,
'data_bits': int,
'stop_bits': int,