Browse Source

Changing logbuffersize of WROVER-boards to 10kB

master
Torsten Stauder 4 years ago
parent
commit
5dff503779
  1. 4
      platformio.ini

4
platformio.ini

@ -44,6 +44,7 @@ board_build.partitions = custom_4mb_noota.csv
build_flags = -DHAL=2
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-DLOG_BUFFER_SIZE=10240
lib_deps =
;https://github.com/kkloesener/MFRC522_I2C_Library.git
https://github.com/kkloesener/AC101.git
@ -111,6 +112,7 @@ monitor_port = /dev/cu.wchusbserial1410
build_flags = -DHAL=4
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-DLOG_BUFFER_SIZE=10240
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5
board_upload.maximum_size = 16777216
@ -170,6 +172,7 @@ monitor_port = /dev/cu.SLAB_USBtoUART
build_flags = -DHAL=5
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-DLOG_BUFFER_SIZE=10240
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5
@ -191,6 +194,7 @@ monitor_port = /dev/cu.SLAB_USBtoUART
build_flags = -DHAL=6
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
-DLOG_BUFFER_SIZE=10240
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5

Loading…
Cancel
Save