changed serial baud to ESP32 default 115200

This commit is contained in:
Holger Fleischmann
2020-01-05 21:28:01 +01:00
parent 71fff02bf8
commit f3faddad05
2 changed files with 2 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ platform = espressif32
board = lolin32 board = lolin32
framework = arduino framework = arduino
monitor_speed = 921600 monitor_speed = 115200
lib_deps = U8g2@2.26.1 lib_deps = U8g2@2.26.1

View File

@@ -45,7 +45,7 @@ void IRAM_ATTR watchdogExpired();
void setup() void setup()
{ {
Serial.begin(921600); Serial.begin(115200);
Serial.println("Starting!"); Serial.println("Starting!");
// initialize watchdog timer // initialize watchdog timer