mirror of
https://github.com/esphome/esphome.git
synced 2025-01-03 11:21:43 +01:00
Add support for ESP8266 Arduino v3.0.1 (#2128)
This commit is contained in:
parent
cb8a6f66fa
commit
1d5f628c7a
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ ARDUINO_VERSION_ESP32 = {
|
||||||
# See also https://github.com/platformio/platform-espressif8266/releases
|
# See also https://github.com/platformio/platform-espressif8266/releases
|
||||||
ARDUINO_VERSION_ESP8266 = {
|
ARDUINO_VERSION_ESP8266 = {
|
||||||
"dev": "https://github.com/platformio/platform-espressif8266.git",
|
"dev": "https://github.com/platformio/platform-espressif8266.git",
|
||||||
|
"3.0.1": "platformio/espressif8266@3.1.0",
|
||||||
"3.0.0": "platformio/espressif8266@3.0.0",
|
"3.0.0": "platformio/espressif8266@3.0.0",
|
||||||
"2.7.4": "platformio/espressif8266@2.6.2",
|
"2.7.4": "platformio/espressif8266@2.6.2",
|
||||||
"2.7.3": "platformio/espressif8266@2.6.1",
|
"2.7.3": "platformio/espressif8266@2.6.1",
|
||||||
|
|
Loading…
Reference in a new issue