mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +00:00
Redesign app, prepare for 3.1.0 release
This commit is contained in:
27
config.ini
27
config.ini
@@ -1,21 +1,24 @@
|
||||
[Ports]
|
||||
specificport = None
|
||||
[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]
|
||||
sizeh = 600
|
||||
sizew = 800
|
||||
height = 600
|
||||
width = 800
|
||||
# Can be Dark or Light
|
||||
theme = Dark
|
||||
primary_color = Green
|
||||
accent_color = Lime
|
||||
|
||||
[Dev]
|
||||
verbose = True
|
||||
log_level = DEBUG
|
||||
use_test_library = True
|
||||
verbose = False
|
||||
use_test_library = False
|
||||
fail_sim = 10
|
||||
|
||||
[Tariffs]
|
||||
impose_tariffs = False
|
||||
kivy_rate = 50
|
||||
pyserial_rate = 500
|
||||
|
||||
[Info]
|
||||
version = V2.3.0
|
||||
subversion =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user