arduino / ArduinoCore-mbed

347 stars 202 forks source link

Missing WiFiClass::setHostname definition #881

Closed dansiviter closed 4 days ago

dansiviter commented 6 months ago

The value is defined in the header file, but it has no definition resulting in:

undefined reference to `arduino::WiFiClass::setHostname(char const*)'

Related: #863

Channel59 commented 4 months ago

This can be implemented rather easily if the patches in https://github.com/arduino/ArduinoCore-mbed/pull/921 are applied, similarly how it is done for the Ethernet class.

pennam commented 4 days ago

release 4.2.1 adds dhcp hostname feature