devicescript
devicescript copied to clipboard
wifi enable = false should turn off wifi
To save power, shut down wifi when enabled is false.
This work item will require knowledge of ESP-IDF.
@pelikhan greetings! this has caught my interest I would like to work on it. can you please elaborate a little, thank you.
Most likely this is a fix in https://github.com/microsoft/devicescript-esp32/blob/main/main/wifi_impl.c where we need to implement support for the enabled
register (as described in https://microsoft.github.io/jacdac-docs/services/wifi/).
This work item requires familiarity with ESP-IDF programming.
@pelikhan I'm sorry I'm not familiar with ESP-IDF
This might be too much for you to chew on as a first contribution. Have you looked at the "good first issue" tag?
@pelikhan thanks for your recommendation I'll try to find a more beginner friendly issue