-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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.startsmart() broken on master branch 310faf7 #2928
Comments
Would be good to know when it last worked. As it looks we only added 4 commits to |
Seems error sit in wifi.c |
Okay, got other phone to test. With: #ifdef WIFI_SMART_ENABLE
#include "smart/smart.h"
#include "smartconfig.h"
in wifi.c all works okay. Thank you for pointing out. Now left to find out how to deal with enduser rework. |
And now I saw #2923 which would be same problem, but as I said I could compile it somehow on one of mine pc's (ubuntu, standard 'make -j8') with file missing. |
Great! Thanks for the analysis. I just checked the other modified The fix is now on |
Expected behavior
Calling wifi.startsmart() will start auto configuration when
#define WIFI_SMART_ENABLE
is uncommented in user_config.hActual behavior
stdin:1: attempt to call field 'startsmart' (a nil value)
Test code
NodeMCU version
commit 310faf7 (HEAD -> master, tag: 3.0-master_20190907, origin/master, origin/HEAD)
Hardware
Generic ESP-07S
The text was updated successfully, but these errors were encountered: