Bump platformio-espressif32 to 1.4.0 (#142)

This commit is contained in:
Otto Winter 2018-10-04 19:01:24 +02:00 committed by GitHub
parent 71947bb6ac
commit 05a1089ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}