Hi,
I'm new here, and I did not find any search feature, and I could no find anything with google in this topic.
Hi, I have a lot of ESP32 devices with static IP. Is it possible to set hostname for them?
I have a TP-Link DECO system, I see the devices but the hostname like this: "Device_29D0", and the MAC does not match to the give one (in MY_MAC_ADDRESS).
I found this, but as I see it is only for DHCP.
// Set the hostname for the WiFi Client. This is the hostname
// it will pass to the DHCP server if not static.
#define MY_HOSTNAME "my_custom_hostname"
What did I wrong? 
Is this any possibility?
Thanks,
SH