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 89b21ed commit 2bc7915Copy full SHA for 2bc7915
examples/Modules/SIM800L/ATCOM/AT/AT.ino
@@ -23,7 +23,6 @@ void setup() {
23
M5.Lcd.setTextColor(TFT_WHITE, TFT_BLACK);
24
M5.Lcd.drawString("Please use serial port to Test AT command.",0, 35, 2);
25
// Host serial communication
26
- Serial.begin(115200);
27
28
// SIM800L serial communication
29
Serial2.begin(115200, SERIAL_8N1, RX_PIN, TX_PIN);
0 commit comments