Skip to content

Commit 92d8718

Browse files
authored
Update LTE_M8321.ino
1 parent e33d2b3 commit 92d8718

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/Modules/LTE_M8321/LTE_M8321.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ void setup()
306306
M5.Power.begin();
307307
Serial.begin(115200);
308308
Serial2.begin(115200, SERIAL_8N1, 16, 17);
309-
Serial.printf(" STC\n");
310309

311310
Disbuff.createSprite(320, 100);
312311
Disbuff.fillRect(0, 0, 320, 100, BLACK);
@@ -547,4 +546,4 @@ void loop()
547546
*/
548547

549548
// put your main code here, to run repeatedly:
550-
}
549+
}

0 commit comments

Comments
 (0)