I know how to get the MAC address: ``` unsigned char mac[6]; WiFi.macAddress(mac); ``` Is there any way to set it? In the AT firmware, there are commands for this, so I think it should be possible: ``` AT+CIPSTAMAC=mac AT+CIPAPMAC=mac ```