Changed the baud rate of the serial port to 115200 to match the ESP32 boot loader.
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user