We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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