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 77 "flash_mode" : " dio" ,
88 "ldscript" : " esp32_out.ld" ,
99 "mcu" : " esp32" ,
10- "variant" : " esp32 "
10+ "variant" : " esp32thing "
1111 },
1212 "frameworks" : [
1313 " arduino" ,
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ def _get_board_f_flash(env):
9898 ],
9999
100100 UPLOADCMD = '"$PYTHONEXE" "$UPLOADER" $UPLOADERFLAGS $SOURCE' ,
101+ SIZEPRINTCMD = '$SIZETOOL -B -d $SOURCES' ,
101102
102103 PROGNAME = "firmware" ,
103104 PROGSUFFIX = ".elf"
Original file line number Diff line number Diff line change 1212 "type" : " git" ,
1313 "url" : " https://github.com/platformio/platform-espressif32.git"
1414 },
15- "version" : " 0.5.0 " ,
15+ "version" : " 0.5.1 " ,
1616 "packageRepositories" : [
1717 " https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
1818 " https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download" ,
4646 "framework-arduinoespressif32" : {
4747 "type" : " framework" ,
4848 "optional" : true ,
49- "version" : " ~1.1.1 "
49+ "version" : " ~1.1.2 "
5050 },
5151 "framework-espidf" : {
5252 "type" : " framework" ,
You can’t perform that action at this time.
0 commit comments