We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0560a6 commit 020369cCopy full SHA for 020369c
examples/Tools/FirmwareUpdater/FirmwareUpdater.ino
@@ -40,7 +40,7 @@ static const int MAX_PAYLOAD_SIZE = 1024;
40
#define CMD_HELLO 0x99
41
42
void setup() {
43
- Serial.begin(115200);
+ Serial.begin(1000000);
44
45
if (!ESP32BootROM.begin(921600)) {
46
Serial.println("Unable to communicate with ESP32 boot ROM!");
0 commit comments