Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By picstart
#34323 Arduino esp8266 IDE 1.6.5
This sqrt issue is unpleasant.......it seems to be connected to math.h so even if you never need sqrt it will be compiled and will fail if math.h is included. I'm not sure if this will get fixed or not but until it is all math functions are likely off the table except + - multiply divide and modulo.
User avatar
By Richard210363
#53618
wickwirew wrote:You are right about the dependencies. I got it work work by editing the library and adding my own pow()and sqrt() method. Ill attach the edited library. So just go into your documents and delete the old one then add mine and it should work! Let me know if you have any issues.



Hi,
I have the same problem. I don't know what you mean by
"So just go into your documents and delete the old one then add mine ..."

What document are you talking about?