You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like a way to do the equivalent of setting wifi.radio.hostname="newhostname" prior to calling wifi.radio.connect(), but via settings.toml so that the CPy dhcp client requests "newhostname" along with requesting an IP address. This way it would take effect when using web workflow.
I tried assigning to CIRCUITPY_WEB_INSTANCE_NAME but that didn't seem to affect what hostname the dhcp client requests. Presumably something like CIRCUITPY_WIFI_HOSTNAME would be more appropriate.
The text was updated successfully, but these errors were encountered:
Would like a way to do the equivalent of setting
wifi.radio.hostname="newhostname"
prior to callingwifi.radio.connect()
, but viasettings.toml
so that the CPy dhcp client requests "newhostname" along with requesting an IP address. This way it would take effect when using web workflow.I tried assigning to CIRCUITPY_WEB_INSTANCE_NAME but that didn't seem to affect what hostname the dhcp client requests. Presumably something like CIRCUITPY_WIFI_HOSTNAME would be more appropriate.
The text was updated successfully, but these errors were encountered: