[ ] The code changes are reflected in the documentation at docs/*.
The reason for this change is that the nodemcu-tool utility expects the node.chipid() command to exist in the Lua environment.
However, ESP32c6|s2|h2 chips do not have a chipid, so node.chipid()function will return 0x_unknown for these chips.
dev
branch rather than for therelease
branch.docs/*
.The reason for this change is that the nodemcu-tool utility expects the
node.chipid()
command to exist in the Lua environment. However, ESP32c6|s2|h2 chips do not have a chipid, sonode.chipid()
function will return0x_unknown
for these chips.