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:
@ -11,6 +11,7 @@
|
||||
|
||||
This example code is in the public domain.
|
||||
*/
|
||||
|
||||
String stringOne, stringTwo;
|
||||
|
||||
void setup() {
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user