We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f6c08 commit 102f2e8Copy full SHA for 102f2e8
command/src/main/kotlin/com/github/eltonvs/obd/command/control/AvailableCommands.kt
@@ -30,6 +30,6 @@ class AvailablePIDsCommand(private val range: AvailablePIDsRanges) : ObdCommand(
30
PIDS_21_TO_40("PIDs from 21 to 40", "20"),
31
PIDS_41_TO_60("PIDs from 41 to 60", "40"),
32
PIDS_61_TO_80("PIDs from 61 to 80", "60"),
33
- PIDS_81_TO_100("PIDs from 81 to 100", "80")
+ PIDS_81_TO_A0("PIDs from 81 to A0", "80")
34
}
35
0 commit comments