Skip to content

Commit 96413da

Browse files
committed
Setting serial baudrate of ESP8266 sketch to 9600 to have an identical baudrate with the other example sketches
1 parent ad32b1d commit 96413da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ArduinoIoTCloud_ESP8266/ArduinoIoTCloud_ESP8266.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ void setup() {
1010

1111
pinMode(LED_BUILTIN, OUTPUT);
1212

13-
Serial.begin(115200);
13+
Serial.begin(9600);
1414

1515
/* Wait up to 5 seconds for user to open serial port */
1616
unsigned long serialBeginTime = millis();

0 commit comments

Comments
 (0)