File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ WiFiClientSecure client;
4242
4343void setup () {
4444 // Initialize serial and wait for port to open:
45- Serial.begin (9600 );
45+ Serial.begin (115200 );
4646
4747 #if defined(USE_OLED)
4848 if (!display.begin (SSD1306_SWITCHCAPVCC, 0x3C )) { // Address 0x3C for 128x32
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ WiFiClientSecure client;
3232
3333void setup () {
3434 // Initialize serial and wait for port to open:
35- Serial.begin (9600 );
35+ Serial.begin (115200 );
3636 while (!Serial) {
3737 ; // wait for serial port to connect. Needed for native USB port only
3838 }
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ WiFiClient client;
3939
4040void setup () {
4141 // Initialize serial and wait for port to open:
42- Serial.begin (9600 );
42+ Serial.begin (115200 );
4343 while (!Serial) {
4444 ; // wait for serial port to connect. Needed for native USB port only
4545 }
You can’t perform that action at this time.
0 commit comments