show experimental MCUs in nodes list

add decoding for experimental MCUs to nodes list, instead of just showing "?".
This commit is contained in:
Frank
2026-02-09 00:55:30 +01:00
parent 7a157a8c91
commit b9138b4300

View File

@@ -1063,6 +1063,11 @@ function btype(b)
case 34: return "ESP32-S3";
case 5:
case 35: return "ESP32-C3";
case 39: return "ESP32-C6";
case 40: return "ESP32-C61";
case 41: return "ESP32-C5";
case 42:
case 43: return "ESP32-P4";
case 1:
case 82: return "ESP8266";
}