From 30893afd673e8a266d72e54cb0defb16a18ca48e Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Thu, 8 Apr 2021 17:07:19 +0200 Subject: [PATCH] Add Arduino ESP32 version mapping (#1679) See also https://github.com/platformio/platform-espressif32/releases/tag/v3.2.0 --- esphome/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/const.py b/esphome/const.py index 35d4b016ce..48bab31c6c 100644 --- a/esphome/const.py +++ b/esphome/const.py @@ -17,6 +17,7 @@ ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_" # See also https://github.com/platformio/platform-espressif32/releases ARDUINO_VERSION_ESP32 = { "dev": "https://github.com/platformio/platform-espressif32.git", + "1.0.6": "platformio/espressif32@3.2.0", "1.0.5": "platformio/espressif32@3.1.1", "1.0.4": "platformio/espressif32@3.0.0", "1.0.3": "platformio/espressif32@1.10.0",