diff --git a/platform.json b/platform.json index d35ae24..6eb10e0 100644 --- a/platform.json +++ b/platform.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/platformio/platform-espressif32.git" }, - "version": "1.1.0", + "version": "1.1.1", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", "http://dl.platformio.org/packages/manifest.json", diff --git a/platform.py b/platform.py index 74686b7..88bf254 100644 --- a/platform.py +++ b/platform.py @@ -86,7 +86,6 @@ class Espressif32Platform(PlatformBase): "pio_reset_halt_target" ], "load_cmd": "preload", - "load_mode": "modified", "onboard": link in debug.get("onboard_tools", []), "default": link in debug.get("default_tools", [])