From 2d81d359b8b5e00a50421d6358fff03a3cff4cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 19 Sep 2022 09:36:13 +0200 Subject: [PATCH] Update esp32.ini Update arch by hand --- arch/esp32/esp32.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/esp32/esp32.ini b/arch/esp32/esp32.ini index 2d4d96a18..77b747a1e 100644 --- a/arch/esp32/esp32.ini +++ b/arch/esp32/esp32.ini @@ -4,7 +4,7 @@ extends = arduino_base platform = espressif32 build_src_filter = ${arduino_base.build_src_filter} - - - -upload_speed = 115200 +upload_speed = 921600 debug_init_break = tbreak setup # Remove -DMYNEWT_VAL_BLE_HS_LOG_LVL=LOG_LEVEL_CRITICAL for low level BLE logging.