Merge branch 'release/v0.5.1'

This commit is contained in:
Ivan Kravets
2017-02-10 22:16:32 +02:00
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "esp32"
"variant": "esp32thing"
},
"frameworks": [
"arduino",
+1
View File
@@ -98,6 +98,7 @@ env.Replace(
],
UPLOADCMD='"$PYTHONEXE" "$UPLOADER" $UPLOADERFLAGS $SOURCE',
SIZEPRINTCMD='$SIZETOOL -B -d $SOURCES',
PROGNAME="firmware",
PROGSUFFIX=".elf"
+2 -2
View File
@@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-espressif32.git"
},
"version": "0.5.0",
"version": "0.5.1",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
@@ -46,7 +46,7 @@
"framework-arduinoespressif32": {
"type": "framework",
"optional": true,
"version": "~1.1.1"
"version": "~1.1.2"
},
"framework-espidf": {
"type": "framework",