We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, I want to test smart config so I build the firameware by myself but when I build the frameware I meet some problem !
<------------------------ BUG REPORT -----------------------------------------
CC app/modules/wifi.c wifi.c:20:31: fatal error: smart/smartconfig.h: No such file or directory #include "smart/smartconfig.h" ^ compilation terminated. ../../Makefile:422: recipe for target '.output/eagle/debug/obj/wifi.o' failed make[2]: *** [.output/eagle/debug/obj/wifi.o] Error 1 make[2]: Leaving directory '/mnt/f/forwsl/nodemcu-firmware-3.0-master_20190907/app/modules'
The text was updated successfully, but these errors were encountered:
Fix invalid smartconfig include
04287ac
Fixes #2928, #2923
See #2928. The fix is now on dev.
dev
Sorry, something went wrong.
c2057b5
Fixes nodemcu#2928, nodemcu#2923
da53d19
No branches or pull requests
hi, I want to test smart config so I build the firameware by myself
but when I build the frameware I meet some problem !
<------------------------ BUG REPORT -----------------------------------------
Expected behavior
CC app/modules/wifi.c
wifi.c:20:31: fatal error: smart/smartconfig.h: No such file or directory
#include "smart/smartconfig.h"
^
compilation terminated.
../../Makefile:422: recipe for target '.output/eagle/debug/obj/wifi.o' failed
make[2]: *** [.output/eagle/debug/obj/wifi.o] Error 1
make[2]: Leaving directory '/mnt/f/forwsl/nodemcu-firmware-3.0-master_20190907/app/modules'
The text was updated successfully, but these errors were encountered: