From 7555d667483594c60e191760cfd43fb8e8365576 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Mon, 11 May 2020 18:21:26 +0300 Subject: [PATCH] Revert "Add special debug port for simavr tool" This reverts commit 7b43444d812f531d5e5ceb2da44488e36ae51676. --- platformio/commands/debug/process/server.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/platformio/commands/debug/process/server.py b/platformio/commands/debug/process/server.py index 0c555009..7bd5d485 100644 --- a/platformio/commands/debug/process/server.py +++ b/platformio/commands/debug/process/server.py @@ -117,8 +117,6 @@ class DebugServer(BaseProcess): self._debug_port = ":2331" elif "qemu" in server_executable.lower(): self._debug_port = ":1234" - elif "simavr" in server_executable.lower(): - self._debug_port = ":1234" yield self._wait_until_ready()