Update Arduino Core to the upstream version

This commit is contained in:
Ivan Kravets
2018-02-08 15:45:31 +02:00
parent c56ceac643
commit c284aaeda1
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -7,6 +7,11 @@
; Please visit documentation for the other options and examples ; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html ; http://docs.platformio.org/page/projectconf.html
[env:esp32dev]
platform = espressif32
framework = arduino
board = esp32dev
[env:nano32] [env:nano32]
platform = espressif32 platform = espressif32
framework = arduino framework = arduino
+1 -1
View File
@@ -45,7 +45,7 @@
"framework-arduinoespressif32": { "framework-arduinoespressif32": {
"type": "framework", "type": "framework",
"optional": true, "optional": true,
"version": "~1.3.2" "version": "~1.4.0"
}, },
"framework-espidf": { "framework-espidf": {
"type": "framework", "type": "framework",