mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Bump platformio-espressif32 to 1.4.0 (#142)
This commit is contained in:
parent
71947bb6ac
commit
05a1089ed2
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ PLATFORMIO_ESP8266_LUT = {
|
|||
}
|
||||
|
||||
PLATFORMIO_ESP32_LUT = {
|
||||
'1.0.0': 'espressif32@1.3.0',
|
||||
'RECOMMENDED': 'espressif32@>=1.3.0',
|
||||
'1.0.0': 'espressif32@1.4.0',
|
||||
'RECOMMENDED': 'espressif32@>=1.4.0',
|
||||
'LATEST': 'espressif32',
|
||||
'DEV': ARDUINO_VERSION_ESP32_DEV,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue