You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result:
core.a(WString.cpp.o)_: (.literal.ZN6StringC2Edh+0x0): undefined reference to dtostrf
core.a(WString.cpp.o): In function String::String(double, unsigned char)
WString.cpp:614: undefined reference to dtostrf
Possible solution:
Adding core_esp8266_noniso.c from the ESP8266 core (with another name that fits) solves the problem
The text was updated successfully, but these errors were encountered:
Example:
String test = String(12.1);
Result:
core.a(WString.cpp.o)_: (.literal.ZN6StringC2Edh+0x0): undefined reference to dtostrf
core.a(WString.cpp.o): In function String::String(double, unsigned char)
WString.cpp:614: undefined reference to dtostrf
Possible solution:
Adding core_esp8266_noniso.c from the ESP8266 core (with another name that fits) solves the problem
The text was updated successfully, but these errors were encountered: