From 4a97cb50d2105f2b680508503c56d4a5342144d8 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Mon, 7 Jan 2019 17:23:15 +0000 Subject: [PATCH] Pin printout fix --- patcher/patcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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