Skip to content

Commit 6205e31

Browse files
author
Jim Lindblom
committed
Removing serial loopback from example 0.
1 parent 3ed2720 commit 6205e31

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/00_Network_Connect/00_Network_Connect.ino

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,4 @@ void setup() {
121121

122122
void loop() {
123123
// Do nothing. Now that we're registered move on to the next example.
124-
if (Serial.available()) {
125-
lteSerial.write((char) Serial.read());
126-
}
127-
if (lteSerial.available()) {
128-
Serial.write((char) lteSerial.read());
129-
}
130124
}

0 commit comments

Comments
 (0)