From 3d5b628e282b01e52b8d4e9b7e4c3def12dda999 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 28 Sep 2024 11:28:15 +0200 Subject: [PATCH] docs/abrp.md: fix documentation to API call --- docs/abrp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/abrp.md b/docs/abrp.md index 245b1a1..79b48c1 100644 --- a/docs/abrp.md +++ b/docs/abrp.md @@ -17,9 +17,9 @@ ABRP will optimize your itinerary with these parameters. ![](abrp.png) 3. Click on Generic Link 4. Click on copy -5. Open the following url after replacing YOURTOKEN by the value you just copied: +5. Open the following url after replacing YOURTOKEN by the value you just copied and including the VIN from your car: ``` -http://localhost:5000/abrp?token=YOURTOKEN +http://localhost:5000/abrp?token=YOURTOKEN&vin=YOURVIN ``` 7. Go to [http://localhost:5000](http://localhost:5000) 8. Click on control tab @@ -36,4 +36,4 @@ http://localhost:5000/abrp?token=YOURTOKEN 11.4 save the file 11.5 restart psa_car_controller -12. Enjoy \ No newline at end of file +12. Enjoy