1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

Add Arduino ESP32 version mapping (#1679)

See also https://github.com/platformio/platform-espressif32/releases/tag/v3.2.0
This commit is contained in:
Otto Winter
2021-04-08 17:07:19 +02:00
committed by GitHub
parent a39bb7b92f
commit 30893afd67

View File

@@ -17,6 +17,7 @@ ALLOWED_NAME_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789-_"
# See also https://github.com/platformio/platform-espressif32/releases # See also https://github.com/platformio/platform-espressif32/releases
ARDUINO_VERSION_ESP32 = { ARDUINO_VERSION_ESP32 = {
"dev": "https://github.com/platformio/platform-espressif32.git", "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.5": "platformio/espressif32@3.1.1",
"1.0.4": "platformio/espressif32@3.0.0", "1.0.4": "platformio/espressif32@3.0.0",
"1.0.3": "platformio/espressif32@1.10.0", "1.0.3": "platformio/espressif32@1.10.0",