Documentation update required for WiFiMACAddress

Hi all,

the website 'WiFi - Arduino Reference' needs an update.

It states that WiFi.macAddress() requires a parameter to save the address.
Actually this is just optional.

It's not required to loop through the byte array parameter to print the MAC address as String.
Someone can just call WiFi.macAddress() and it will return a String

Stefan