We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c7c9a commit 5c2458bCopy full SHA for 5c2458b
libraries/WiFi/src/WiFi.h
@@ -65,7 +65,7 @@ class WiFiClass : public MbedSocketClass {
65
*/
66
int begin(const char* ssid);
67
68
- void MACAddress(uint8_t *mac_address);
+ void MACAddress(uint8_t *mac_address) __attribute__((deprecated("Use macAddress(uint8_t *mac_address)")));
69
70
/* Start Wifi connection with passphrase
71
* the most secure supported mode will be automatically selected
0 commit comments