From 540c8f5093228b1f6ec15cc54507b5bb2879c797 Mon Sep 17 00:00:00 2001 From: Juraj Andrassy Date: Mon, 13 May 2024 19:54:01 +0200 Subject: [PATCH] WiFi - setHostname declaration removed there is no implementation --- libraries/WiFi/src/WiFi.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libraries/WiFi/src/WiFi.h b/libraries/WiFi/src/WiFi.h index f90a0747f..1dd01df61 100644 --- a/libraries/WiFi/src/WiFi.h +++ b/libraries/WiFi/src/WiFi.h @@ -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 *