Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom hostname in settings.toml #266

Open
jdimpson opened this issue Nov 15, 2024 · 1 comment
Open

Support for custom hostname in settings.toml #266

jdimpson opened this issue Nov 15, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jdimpson
Copy link

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.

@jdimpson jdimpson added the enhancement New feature or request label Nov 15, 2024
@dhalbert
Copy link
Contributor

Could you open this in https://github.com/adafruit/circuitpython instead? It's a core CircuitPython issue, not the web editor. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants