show experimental MCUs in nodes list
add decoding for experimental MCUs to nodes list, instead of just showing "?".
This commit is contained in:
@@ -1063,6 +1063,11 @@ function btype(b)
|
|||||||
case 34: return "ESP32-S3";
|
case 34: return "ESP32-S3";
|
||||||
case 5:
|
case 5:
|
||||||
case 35: return "ESP32-C3";
|
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 1:
|
||||||
case 82: return "ESP8266";
|
case 82: return "ESP8266";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user