Skip to content

Commit 2bc7915

Browse files
authored
Update AT.ino
1 parent 89b21ed commit 2bc7915

File tree

1 file changed

+0
-1
lines changed
  • examples/Modules/SIM800L/ATCOM/AT

1 file changed

+0
-1
lines changed

examples/Modules/SIM800L/ATCOM/AT/AT.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ void setup() {
2323
M5.Lcd.setTextColor(TFT_WHITE, TFT_BLACK);
2424
M5.Lcd.drawString("Please use serial port to Test AT command.",0, 35, 2);
2525
// Host serial communication
26-
Serial.begin(115200);
2726

2827
// SIM800L serial communication
2928
Serial2.begin(115200, SERIAL_8N1, RX_PIN, TX_PIN);

0 commit comments

Comments
 (0)