From a31ace198e659e4b769145d76438e052112428ca Mon Sep 17 00:00:00 2001 From: Florian BEZANNIER <48728684+flobz@users.noreply.github.com> Date: Fri, 16 Jul 2021 11:13:28 +0200 Subject: [PATCH] Update FAQ.md --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 1604983..7bb55bb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5,7 +5,8 @@ The car model need to be known by the app. To find it, the app use the first 10 If the car isn't in the list we need to add it, to do so you have two options: - If you have the skills : - You can add your car to the list yourself to do so look at [this example](https://github.com/flobz/psa_car_controller/pull/112/commits/e7304ef8f4e4a4498f202a7a4a7bbe451fbfe977). + You can add your car to the list yourself to do so look at [this example](https://github.com/flobz/psa_car_controller/pull/112/commits/e7304ef8f4e4a4498f202a7a4a7bbe451fbfe977). +You will need the abrp name of the car, to get it go [here](https://api.iternio.com/1/tlm/get_carmodels_list?api_key=32b2162f-9599-4647-8139-66e9f9528370). Don't forget to do a pull request with your changes.