Skip to content

Commit 102f2e8

Browse files
committed
Fix range name
1 parent 89f6c08 commit 102f2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/src/main/kotlin/com/github/eltonvs/obd/command/control/AvailableCommands.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ class AvailablePIDsCommand(private val range: AvailablePIDsRanges) : ObdCommand(
3030
PIDS_21_TO_40("PIDs from 21 to 40", "20"),
3131
PIDS_41_TO_60("PIDs from 41 to 60", "40"),
3232
PIDS_61_TO_80("PIDs from 61 to 80", "60"),
33-
PIDS_81_TO_100("PIDs from 81 to 100", "80")
33+
PIDS_81_TO_A0("PIDs from 81 to A0", "80")
3434
}
3535
}

0 commit comments

Comments
 (0)