-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
[Examples] WiFi and Ethernet examples organization #5830
[Examples] WiFi and Ethernet examples organization #5830
Conversation
PTAL @me-no-dev and evaluate the risks and pros and cons of this change. |
There are no risks other than maybe breaking some links somewhere on the web. |
libraries/WiFi/library.properties
Outdated
@@ -1,4 +1,4 @@ | |||
name=WiFi | |||
name=WiFi and Ethernet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks dependencies, do not change the name.
@pedrominatel why not also move ETH.h and ETH.cpp into the new lib? (you would need to adjust CMakeLists.txt as well) |
PTAL @me-no-dev |
Summary
This PR is to change the WiFi and Ethernet examples organization in a separated folder. Two folders were created for WiFi and Ethernet examples.
Impact
WiFi examples now are in a different folder location. This may cause some impacts on external references to the examples.