Statistics: Posted by Goland — Fri Oct 30, 2015 4:29 pm
]]>2015-10-30T10:23:26+08:002015-10-30T10:23:26+08:00https://bbs.espressif.com:443/viewtopic.php?t=1302&p=4369#p4369 MAC 地址是 ESP8266 芯片中自带的。请问您是想要改写 MAC 地址吗?
wifi_set_macaddr 可以设置 MAC 地址,但是不会保存到 Flash。您可以调用 spi_flash_write 将您需要保存的用户参数,写入 Flash。