App Settings
You can specify user-overridable environment variables for your app. These environment variables can then be edited by visiting the vehicle web-page on 10.41.1.1, when connected via USB.
To add user-customizable environment variables to your app, create a file called settings.default.env
in the root directory of your app project.
In this file, specify the environment variables along with their default values like this
Last updated