Skip to content

Commit

Permalink
Merge pull request #883 from JAndrassy/wifi_remove_sethostname
Browse files Browse the repository at this point in the history
WiFi - setHostname declaration removed
  • Loading branch information
facchinm committed May 14, 2024
2 parents f3c4be2 + 540c8f5 commit ea69a27
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libraries/WiFi/src/WiFi.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ class WiFiClass : public MbedSocketClass {

int beginAP(const char* ssid, const char* passphrase, uint8_t channel = DEFAULT_AP_CHANNEL);

/* Set the hostname used for DHCP requests
*
* param name: hostname to set
*
*/
void setHostname(const char* name);

/*
* Disconnect from the network
*
Expand Down

0 comments on commit ea69a27

Please sign in to comment.