-->
Page 1 of 1

No more web client after rebuild

PostPosted: Fri Apr 22, 2016 9:54 am
by EspAnge
Hello,

I'm not sure that it is the right place to talk about my problem...

I have an ESP07 and I rebuild the last NodeMCU firmware got from github.
No compilation problem, no flash problem, but when I try to access to some webserver (local IP or google IP), there is no answer and probably no request.

My ESP is connected because if I set it in webserver, I can get the pages from it with my computer.

Is anyone have an idea ?

Re: No more web client after rebuild

PostPosted: Sun Apr 24, 2016 12:38 pm
by TerryE
The http module is no longer compiled in by default. Use a custom cloud build where your enable http or uncomment the define in user_modules.h if you are building it yourself.