Changed the baud rate of the serial port to 115200 to match the ESP32 boot loader.

This commit is contained in:
2019-11-29 06:14:45 +01:00
parent 571e969bc4
commit 076f0e9dfd
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ void wifi_connect() {
void setup() {
delay(500);
Serial.begin(74880);
Serial.begin(115200);
Serial.println("Starting...");
Serial.println("Started.");
INFO("Starting.\n");