-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #213 from Kanaduchi/200x-mistakes
#200x Fix mistakes
- Loading branch information
Showing
6 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Parking and Maneuvering | ||
|
||
### Setting the speed at which parking sensors will be disabled | ||
|
||
```yaml | ||
Block 03 (Brake System Electronics Block) → Adaptation: | ||
Shutdown parking aid: 20km/h | ||
→ Apply | ||
``` | ||
|
||
### 3D Area View for the rear view camera | ||
|
||
``` yaml | ||
Block 6C - Rear View Camera System → Coding: | ||
3D_Presentation: Activate | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
mkdocs-material==9.5.30 | ||
mkdocs-print-site-plugin==2.5.0 | ||
mkdocs-material==9.5.45 | ||
mkdocs-print-site-plugin==2.6.0 | ||
mkdocs-static-i18n==1.2.3 | ||
mkdocs-git-revision-date-localized-plugin==1.2.6 | ||
mkdocs-git-revision-date-localized-plugin==1.3.0 |