File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
"flash_mode" : " dio" ,
8
8
"ldscript" : " esp32_out.ld" ,
9
9
"mcu" : " esp32" ,
10
- "variant" : " esp32 "
10
+ "variant" : " esp32thing "
11
11
},
12
12
"frameworks" : [
13
13
" arduino" ,
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ def _get_board_f_flash(env):
98
98
],
99
99
100
100
UPLOADCMD = '"$PYTHONEXE" "$UPLOADER" $UPLOADERFLAGS $SOURCE' ,
101
+ SIZEPRINTCMD = '$SIZETOOL -B -d $SOURCES' ,
101
102
102
103
PROGNAME = "firmware" ,
103
104
PROGSUFFIX = ".elf"
Original file line number Diff line number Diff line change 12
12
"type" : " git" ,
13
13
"url" : " https://github.com/platformio/platform-espressif32.git"
14
14
},
15
- "version" : " 0.5.0 " ,
15
+ "version" : " 0.5.1 " ,
16
16
"packageRepositories" : [
17
17
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
18
18
" https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download" ,
46
46
"framework-arduinoespressif32" : {
47
47
"type" : " framework" ,
48
48
"optional" : true ,
49
- "version" : " ~1.1.1 "
49
+ "version" : " ~1.1.2 "
50
50
},
51
51
"framework-espidf" : {
52
52
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments