Chat freely about anything...

User avatar
By bbx10node
#33791 If you are using the Arduino IDE, strtoul is available using the staging version.

https://github.com/esp8266/arduino#staging-version-

If strncasecmp is available in the IDE for the Uno but is not available for the ESP8266, I suggest reporting this as a bug over at https://github.com/esp8266/arduino.
User avatar
By march_seven
#33811
bbx10node wrote:If you are using the Arduino IDE, strtoul is available using the staging version.

https://github.com/esp8266/arduino#staging-version-

If strncasecmp is available in the IDE for the Uno but is not available for the ESP8266, I suggest reporting this as a bug over at https://github.com/esp8266/arduino.



Thankyou!

but i don't using arduino IDE, i am using VS2013+ Visual GDB to developed RTOS SDK。

BR