diff --git a/patcher/patcher.js b/patcher/patcher.js index 64650a1..128457c 100644 --- a/patcher/patcher.js +++ b/patcher/patcher.js @@ -449,7 +449,7 @@ function lookupCfg(cfgdata, key) { } function pinToString(pinNo, portSize) { - if (!portSize) + if (!portSize || pinNo >= 1000) return "P_" + pinNo let useLetters = true