-
Notifications
You must be signed in to change notification settings - Fork 434
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
Demo function overflow heap when wi-fi not configured in ESP #40
Comments
the demo should not crash even if Wifi is not connected |
some context first: espressif ships 2 SDK: OSS and RTOS. We recently switched our default build to use the RTOS SDK, but we now switched back because of regressions like this. Please pull and rebuild your firmware (./make.sh clean required) and try it again. |
The demo function don't crash immediately. I get this output:
I've registered the device in the dashboard and I see one value from the device:
|
I tried on my ESP - and cannot reproduce.
Thank you! |
ESP8266 - 01
With last tests immediately.
I got no output, the console hangs after the demo command outputs:
Yes.
|
Everything looks OK So,
What terminal do you use? Is it Flashnchips? |
I've pulled the new code, compiled and flashed it.
|
I've tried you fw. It works :(
Btw, besides |
Yes, I used it to send DHT11 values from the ESP to my site, worked fine with no issues. I've tried again. |
|
I've run the demo function without configuring the Wifi and I got this error:
Maybe a check and a "Wifi not configured" error message would be better.
The text was updated successfully, but these errors were encountered: