Issue with vasprintf
Posted: Thu Apr 21, 2016 3:45 pm
I've been trying to get a sketch to work on my SparkFun ESP8266 thing using PlatformIO and the ESP8266 Arduino platform but I'm having a few issues.
Both `vasprintf` and `vsprintf` seem to be undefined- I understand `vasprintf` is a GNU extension and not ubiquitous, but I was wondering if this was some error on my part or if I'll have to implement this myself. The only thing I'm including in my source is #include "Arduino.h", but I have tried also including <stdio.h> to no avail.
Any help is appreciated.
Both `vasprintf` and `vsprintf` seem to be undefined- I understand `vasprintf` is a GNU extension and not ubiquitous, but I was wondering if this was some error on my part or if I'll have to implement this myself. The only thing I'm including in my source is #include "Arduino.h", but I have tried also including <stdio.h> to no avail.
Any help is appreciated.