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

wifi.c file have a bug #2952

Closed
yangyongda opened this issue Nov 1, 2019 · 2 comments
Closed

wifi.c file have a bug #2952

yangyongda opened this issue Nov 1, 2019 · 2 comments

Comments

@yangyongda
Copy link

when WIFI_SMART_ENABLE is uncomment, #include "smart/smartconfig.h" will build error, because smart directory found not smartconfig.h file.
you can try

@yangyongda
Copy link
Author

#ifdef WIFI_SMART_ENABLE
#include "smart/smart.h"
#include "smart/smartconfig.h"

static int wifi_smart_succeed = LUA_NOREF;
#endif

please check #include "smart/smartconfig.h"

@TerryE
Copy link
Collaborator

TerryE commented Nov 2, 2019

Duplicate of #2928

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

No branches or pull requests

2 participants