Skip to content

Commit

Permalink
WiFi: deprecate MACAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Nov 6, 2024
1 parent 89c7c9a commit 5c2458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/WiFi/src/WiFi.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class WiFiClass : public MbedSocketClass {
*/
int begin(const char* ssid);

void MACAddress(uint8_t *mac_address);
void MACAddress(uint8_t *mac_address) __attribute__((deprecated("Use macAddress(uint8_t *mac_address)")));

/* Start Wifi connection with passphrase
* the most secure supported mode will be automatically selected
Expand Down

0 comments on commit 5c2458b

Please sign in to comment.