esp8266 / Basic

Basic Interpreter for the ESP8266
http://esp8266basic.com
258 stars 217 forks source link

Wrong MAC address #46

Closed gdelconti closed 5 years ago

gdelconti commented 5 years ago

As displayed: ESP Basic 3.0.Alpha 69 MAC: 1A:FE:34:9B:2F:00

Real MAC as seen by DHCP server: 192.168.2.8 18:FE:34:9B:2F:00

gdelconti commented 5 years ago

Never mind, first MAC is the rela (HW) MAC used by AP mode, the second one, is the soft MAC used by ESP8266 STA mode.