From 078a024931c17e1289df0326c0b6e067825fe4d9 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 28 Jan 2021 13:52:11 +0200 Subject: [PATCH] Configure default `debug_speed` --- platformio/commands/debug/helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio/commands/debug/helpers.py b/platformio/commands/debug/helpers.py index 62ce4f73..7561c338 100644 --- a/platformio/commands/debug/helpers.py +++ b/platformio/commands/debug/helpers.py @@ -176,6 +176,7 @@ def configure_initial_debug_options(platform, env_options): tool_name, tool_settings, ), + speed=env_options.get("debug_speed", tool_settings.get("speed")), server=server_options, ) return result