Fix issue with config parsing for filtering of cable

This commit is contained in:
2025-06-20 14:07:26 +02:00
parent 1c7b758a11
commit 265288106e
2 changed files with 5 additions and 5 deletions

View File

@@ -120,12 +120,12 @@ class BiogasControllerApp(MDApp):
def build(self):
# Configure com
filters = [
x
x.strip()
for x in read_config(
"Connection",
"filters",
"USB-Serial Controller, Prolific USB-Serial Controller",
).split(",")
"USB-Serial Controller; Prolific USB-Serial Controller",
).split(";")
]
baudrate = int(