Disabled the custom partitioning stuff because the ESP32 entered a boot loop after flashing it. So we are back at ~85% memory used...

This commit is contained in:
Fabian Schlenz 2019-11-29 21:16:10 +01:00
parent 65118fbc42
commit 9175193b67
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ lib_deps = ${extra.lib_deps}
upload_port = /dev/cu.SLAB_USBtoUART
monitor_speed = 115200
board_build.embed_txtfiles = src/index.html
board_build.partitions = partitions.csv
;board_build.partitions = partitions.csv
;monitor_port = /dev/cu.wchusbserial1420
[env:deploy]