1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Merge remote-tracking branch 'origin/master' into merge-1.0.1

This commit is contained in:
Cristian Maglie
2012-10-18 20:31:51 +02:00
25 changed files with 226 additions and 145 deletions

View File

@ -11,6 +11,7 @@
This example code is in the public domain.
*/
String stringOne, stringTwo;
void setup() {

View File

@ -11,6 +11,7 @@
This example code is in the public domain.
*/
String txtMsg = ""; // a string for incoming text
int lastStringLength = txtMsg.length(); // previous length of the String