Fix documented MAC address format of wifi.sta.getmac()

This commit is contained in:
Marcel Stör 2016-06-29 22:46:34 +02:00
parent b702b3a403
commit 3a7f01bb66
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ Gets MAC address in station mode.
none
#### Returns
MAC address as string e.g. "18-33-44-FE-55-BB"
MAC address as string e.g. "18:fe:34:a2:d7:34"
#### See also
[`wifi.sta.getip()`](#wifistagetip)