Skip to content

Commit 020369c

Browse files
committed
Use 1000000 baud for the firmware updater
1 parent c0560a6 commit 020369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Tools/FirmwareUpdater/FirmwareUpdater.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static const int MAX_PAYLOAD_SIZE = 1024;
4040
#define CMD_HELLO 0x99
4141

4242
void setup() {
43-
Serial.begin(115200);
43+
Serial.begin(1000000);
4444

4545
if (!ESP32BootROM.begin(921600)) {
4646
Serial.println("Unable to communicate with ESP32 boot ROM!");

0 commit comments

Comments
 (0)