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
Describe the bug
When set Device.Information.DeviceName in init(), if you then look at your wifi AP post init you see the device as FeatherV2 but not the new name ... I realize you can set the device name in yaml, however that precludes setting the device name dynamically...
I am assuming because the wifi.config.yaml read and set before init() runs ... so not sure if the is a feature request or a bug ...
I would think a ?PreSettingsInit()? would be useful to be able to override externally facing properties such as device name or eventually AP SSID etc...
In my specific use case, I will be getting the device name and softAP name, password as a cloud-based setting on initial device boot ... it would be awkward to have to read yaml then reboot or something
Expected behavior
I would like to be able to set the device name (future softAP SSID etc) before the wifi auto connects based on the yaml settings in wifi.config.yaml basically the wifi.config.yaml SSID and passsword will be defaults that are overriden by dynamically received values stored on local disk
The text was updated successfully, but these errors were encountered:
Describe the bug
When set Device.Information.DeviceName in init(), if you then look at your wifi AP post init you see the device as FeatherV2 but not the new name ... I realize you can set the device name in yaml, however that precludes setting the device name dynamically...
I am assuming because the wifi.config.yaml read and set before init() runs ... so not sure if the is a feature request or a bug ...
I would think a ?PreSettingsInit()? would be useful to be able to override externally facing properties such as device name or eventually AP SSID etc...
In my specific use case, I will be getting the device name and softAP name, password as a cloud-based setting on initial device boot ... it would be awkward to have to read yaml then reboot or something
Expected behavior
I would like to be able to set the device name (future softAP SSID etc) before the wifi auto connects based on the yaml settings in wifi.config.yaml basically the wifi.config.yaml SSID and passsword will be defaults that are overriden by dynamically received values stored on local disk
The text was updated successfully, but these errors were encountered: