From 69ae21166e140a4c8e5d84db077d0d99a27f6777 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 18 Apr 2019 12:46:17 +0300 Subject: [PATCH] Set default upload speed to 460800 for ESP32 Cam board // Resolve #171 --- boards/esp32cam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/esp32cam.json b/boards/esp32cam.json index c92f66e..4f68396 100644 --- a/boards/esp32cam.json +++ b/boards/esp32cam.json @@ -27,7 +27,7 @@ "maximum_size": 4194304, "protocol": "esptool", "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://wiki.ai-thinker.com/esp32-cam", "vendor": "AI Thinker"