We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad32b1d commit 96413daCopy full SHA for 96413da
examples/ArduinoIoTCloud_ESP8266/ArduinoIoTCloud_ESP8266.ino
@@ -10,7 +10,7 @@ void setup() {
10
11
pinMode(LED_BUILTIN, OUTPUT);
12
13
- Serial.begin(115200);
+ Serial.begin(9600);
14
15
/* Wait up to 5 seconds for user to open serial port */
16
unsigned long serialBeginTime = millis();
0 commit comments