Resize spiffs partition

This commit is contained in:
fvanroie 2020-03-07 00:46:13 +01:00
parent 46b6b4684a
commit c0f6d7b02e

View File

@ -198,7 +198,7 @@ monitor_port = COM4 ; Change to the correct port
monitor_speed = 74880
board_build.f_flash = 40000000L
board_build.flash_mode = dout
board_build.ldscript = eagle.flash.4m3m.ld ; 3Mb Spiffs
board_build.ldscript = eagle.flash.4m2m.ld ; 2Mb Spiffs
board_build.f_cpu = 160000000L ; set frequency to 160MHz
build_flags =
${env.build_flags}
@ -233,7 +233,7 @@ monitor_port = COM5 ; Change to the correct port
monitor_speed = 74880
board_build.f_flash = 40000000L
board_build.flash_mode = dout
board_build.ldscript = eagle.flash.4m3m.ld ; 3Mb Spiffs
board_build.ldscript = eagle.flash.4m2m.ld ; 2Mb Spiffs
build_flags =
${env.build_flags}
; -- TFT_eSPI build options ------------------------