Pin printout fix
This commit is contained in:
parent
62967d8fe8
commit
4a97cb50d2
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ function lookupCfg(cfgdata, key) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function pinToString(pinNo, portSize) {
|
function pinToString(pinNo, portSize) {
|
||||||
if (!portSize)
|
if (!portSize || pinNo >= 1000)
|
||||||
return "P_" + pinNo
|
return "P_" + pinNo
|
||||||
|
|
||||||
let useLetters = true
|
let useLetters = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue