diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-22 15:02:15 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-05-27 13:03:41 +0000 |
commit | 6b21032fc91b679353a53073f5570a25a4fd0991 (patch) | |
tree | 818dc7c5fd97db7750ab1001014f36db7a8dfa4a /extras/config.ini | |
parent | f2c7811d3c6331f264f3505147d590c315e16d02 (diff) |
Add ability to disable HVAC and steering wheel pages
Add configuration file options to disable the HVAC and steering
wheel pages. Also includes a bit of refactoring around the
KUKSA.val databroker client mostly focused on cleaning up naming
for now. If significant development continues on this application
the KuksaClient class should be used as the place where more
refactoring occurs.
Bug-AGL: SPEC-5142
Change-Id: I986c7cac4e6543e2a1ad40ebf436fd40e2ae2300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'extras/config.ini')
-rw-r--r-- | extras/config.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/config.ini b/extras/config.ini index 6619900..36306cc 100644 --- a/extras/config.ini +++ b/extras/config.ini @@ -1,5 +1,7 @@ [default] fullscreen-mode = true +hvac-enabled = true +steering-wheel-enabled = true [vss-server] ip = localhost |