hostname

  1. KMatle

    B4R Code Snippet Setting the hostname of an ESP32

    Important is this line: WiFi.config(INADDR_NONE, INADDR_NONE, INADDR_NONE); which seems to reset the settings. My ESP32 showed up as "Espressif" Private Sub SetHostName Dim bb() As Byte = "TheHostname" RunNative("SetHostName", bb) End Sub #if C void SetHostName(B4R::Object* o)...
Top