Skip to content

Commit

Permalink
Fix range name
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonvs committed Apr 11, 2019
1 parent 89f6c08 commit 102f2e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ class AvailablePIDsCommand(private val range: AvailablePIDsRanges) : ObdCommand(
PIDS_21_TO_40("PIDs from 21 to 40", "20"),
PIDS_41_TO_60("PIDs from 41 to 60", "40"),
PIDS_61_TO_80("PIDs from 61 to 80", "60"),
PIDS_81_TO_100("PIDs from 81 to 100", "80")
PIDS_81_TO_A0("PIDs from 81 to A0", "80")
}
}

0 comments on commit 102f2e8

Please sign in to comment.