Add API to set Wi-Fi adapter name#322
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@zandiarash please use the proper PR template. Thank you. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Ellerbach
left a comment
There was a problem hiding this comment.
Thanks, good start. Please use the PR template and see my remark about testing the length. Should be done on the native side as well.
Thank you for the guidance. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1f183c3 to
2b55db5
Compare
a315391 to
fb4d7e6
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@zandiarash thank you again for your contribution! 🙏😄 .NET nanoFramework is all about community involvement, and no contribution is too small. Please edit it and add an entry with your GitHub username in the appropriate location (names are sorted alphabetically): (Feel free to adjust your name if it's not correct) |
Description
Motivation and Context
I have an ESP32-32D N4 chip
When it connects to the hotspot as a client the device (default) name is nanodevice_31708
I want to change that but I did not found any way to do so (I read the documentation and samples).
I decided to implement that feature as Arduino has.
I’ve changed these projects
Now we can set the device name before it connects to any hotspot, router, access point and etc.
Please read these :
nanoframework/nf-interpreter#3243
nanoframework/Samples#446
How Has This Been Tested?
I should mention that I am not familiar with C++ and after I changed nf-interpreter project I flashed my chip like this
nanoff --platform esp32 --target ESP32_REV3 --serialport COM6 --update --clrfile "D:\Sources Electronic\Nanoframework - Copy\nf-interpreter\build\nanoCLR.bin"Screenshots
Before :


After :
Types of changes
Checklist: