Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
* ESP.getChipModel() returns model of the chip * ESP.getChipCores() returns the core count. * Example gives chip model, revision and core count. * Read efuse for chipmodel Co-authored-by: Martijn Scheepers <ms@SDNengineering.nl>
* Add ESP.getChipId() function to get ESP32's ChipID. * change getChipId() to getEfuseMac()