From 1d5f628c7a566ca51483a356138aad60181369bf Mon Sep 17 00:00:00 2001 From: Oxan van Leeuwen Date: Sat, 7 Aug 2021 13:14:57 +0200 Subject: [PATCH] Add support for ESP8266 Arduino v3.0.1 (#2128) --- esphome/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/const.py b/esphome/const.py index 1ed8aeb402..075dc47411 100644 --- a/esphome/const.py +++ b/esphome/const.py @@ -24,6 +24,7 @@ ARDUINO_VERSION_ESP32 = { # See also https://github.com/platformio/platform-espressif8266/releases ARDUINO_VERSION_ESP8266 = { "dev": "https://github.com/platformio/platform-espressif8266.git", + "3.0.1": "platformio/espressif8266@3.1.0", "3.0.0": "platformio/espressif8266@3.0.0", "2.7.4": "platformio/espressif8266@2.6.2", "2.7.3": "platformio/espressif8266@2.6.1",