Added Locks status and tire pressure (psi and kpa)
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 22s

This commit is contained in:
2025-06-05 16:43:46 -04:00
parent 57e0e7899d
commit 28f650dc7d
3 changed files with 45 additions and 158 deletions

View File

@ -58,6 +58,7 @@ func vinCheck(vin string) (bool, string) {
return valid, retVin
}
// transcodeDigits .
func transcodeDigits(vin string) int {
var digitSum = 0
var code int