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