Skip to content
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

Add ESP32 def instance & configuration for GR_LYCHEE #1

Merged
merged 1 commit into from
Oct 15, 2018
Merged

Add ESP32 def instance & configuration for GR_LYCHEE #1

merged 1 commit into from
Oct 15, 2018

Conversation

MarceloSalazar
Copy link
Contributor

Find here an enhancement to add a default network interface for the ESP32 wifi driver and the GR_LYCHEE platform.

The simplifies the setup, improves UX for users, and makes it possible to work with automated tests - see here.

Example of usage (main.cpp):

#include "mbed.h"

int main(void) {
    NetworkInterface *net = NetworkInterface::get_default_instance();
    nsapi_error_t net_status = net->connect();
}

@d-kato @toyowata
Please let me know if you have any comments/questions. Thanks!

Add default ESP32 wifi configuration for the GR_LYCHEE platform
Add multiple constructors of ESP32Interface
@d-kato d-kato merged commit 7046ce1 into d-kato:master Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants