espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
288 stars 108 forks source link

read MAC address via esploader #153

Closed chaabanihoussem closed 3 months ago

chaabanihoussem commented 3 months ago

esploader.main() prints out the mac address and return the chip name as string, but I can't seem to find away to read the MAC address

Is there a way to read it ?