Use 1000000 baud for the firmware updater
This commit is contained in:
parent
c0560a625a
commit
020369c460
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ static const int MAX_PAYLOAD_SIZE = 1024;
|
|||
#define CMD_HELLO 0x99
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
Serial.begin(1000000);
|
||||
|
||||
if (!ESP32BootROM.begin(921600)) {
|
||||
Serial.println("Unable to communicate with ESP32 boot ROM!");
|
||||
|
|
|
|||
Loading…
Reference in a new issue