mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Replacing custom String.toInt() function with a call to atol().
This commit is contained in:
@ -13,9 +13,6 @@
|
||||
This example code is in the public domain.
|
||||
*/
|
||||
|
||||
// include the character conversion functions:
|
||||
#include <WCharacter.h>
|
||||
|
||||
String inString = ""; // string to hold input
|
||||
|
||||
void setup() {
|
||||
|
Reference in New Issue
Block a user