Skip to content

Commit 6644117

Browse files
authored
Fix a few things in getvinfo
- Add intro header - Change up first sentence for clarity - Fix `CLEAR_DTCS` header
1 parent c9d41f2 commit 6644117

File tree

1 file changed

+3
-2
lines changed
  • documentation/modules/post/hardware/automotive

1 file changed

+3
-2
lines changed

documentation/modules/post/hardware/automotive/getvinfo.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Gathers several pieces of information from the vehicle. First it reports
1+
## Introduction
2+
This module gathers several pieces of information from the vehicle. First it reports
23
the available PIDS for pulling realtime current_data from Mode $01. If some of
34
the common PIDs are returned it will print those as well, such as Engine Temp and
45
Vehicle speed. If there are any Diagnostic Trouble Codes (DTCs) it will list those.
@@ -22,7 +23,7 @@ PIDs to ASCII.
2223

2324
Determines which CAN bus to communicate on. Type 'supported_buses' for valid options.
2425

25-
**CLEAR_DTCS***
26+
**CLEAR_DTCS**
2627

2728
If any Diagnostic Trouble Codes (DTCs) are present it will clear those and reset the MIL (Engine Light).
2829

0 commit comments

Comments
 (0)