Fix DHCP Hostname Setting #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The hostname is currently hard-coded to "pico2w-bme280", which is an artifact of copying the networking code from the pico-weather app. This should be configurable by a value in
config.go.Closing as it was handled in
cc96fbccc0