Using the new Arduino IDE for ESP8266 and found bugs, report them here

Moderator: igrr

User avatar
By Vorms
#57697 Hello,
With the D1 card, Arduino IDE 16.12, when I try the HttpClient example, the program crash.
The cause is arround the instruction WiFiMulti.run().
Is that a workarround ?

I try with the D1 mini card and it work perfectly !

Best regards
Thierry Vorms
User avatar
By Vorms
#57764 Hello,
I am able to use the cart normally without using wifi.
I can download code and all work as it must.
But when I try to use wifi and load the example the cpu crash at this instruction.

Many thanks for your help and best regards

Thierry Vorms
User avatar
By rudy
#57775 Have you tried it on more boards? All you know so far is one board works and one doesn't. Because other programs don't cause a crash may mean that they might not have done the same operations.

Post your code and I will try it on a couple of boards if you would like. Because it is very unlikely anyone would look into a potential code issue based on just your single failure. Make a minimal program that does not include other libraries than what are the stock functions.