We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0694e49 commit ad35d9cCopy full SHA for ad35d9c
examples/serial2/serial2.ino
@@ -7,8 +7,7 @@ void setup() {
7
}
8
9
void loop() {
10
- auto txt = "Hallo world from Serial2";
11
- Serial.println(txt);
12
- Serial2.println(txt);
+ Serial.println("Hallo world from Serial");
+ Serial2.println("Hallo world from Serial2");
13
delay(1000); // Wait for 1 second
14
0 commit comments