2017年5月7日 星期日

取得 ESP8266 Chip ID

文章來源:https://github.com/esp8266/Arduino/issues/921

程式碼:
Serial.printf(" ESP8266 Chip id = %08X\n", ESP.getChipId());
Serial.printf(" ESP8266 Chip id = %lu\n", ESP.getChipId());

至於有何用處?

可以當作識別設備 ID 或者 WiFi Soft-AP 預設密碼。

沒有留言:

張貼留言