Files
BiogasControllerApp/config.ini

25 lines
482 B
INI

[Connection]
override_port = None
baudrate = 19200
# List the names as which the adapter cable will show up separated by commas below
# For ENATECH, the below is likely correct.
filters = USB-Serial Controller, Prolific USB-Serial Controller
[UI]
height = 600
width = 800
# Can be Dark or Light
theme = Dark
primary_color = Green
accent_color = Lime
[Dev]
verbose = False
use_test_library = False
fail_sim = 10
[Tariffs]
impose_tariffs = False
kivy_rate = 50
pyserial_rate = 500