How configurate the client name of wifi station on esp32? #1274
-
I connect to wifi router with the below codes:
The client name shown on the router's dhcp leases list is "nanodevice_xxxxxx", |
Beta Was this translation helpful? Give feedback.
Answered by
josesimoes
Apr 20, 2023
Replies: 1 comment 3 replies
-
The only way is to build your own firmware and with changes to the config file but that still append the _XXXXXX which the last six characters of the mac address. CONFIG_LWIP_LOCAL_HOSTNAME="nanodevice" |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not likely... Because that's in the network layer which is running before the CLR starts executing C# application. That would require a network "restart"...