You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esp32-d0-pico2 tunings, add psram and flash mem type info in status
Firmware
========
- esp32-d0.ini: update env:esp32-d0-pico2
frontend
=======
- models / System status: add flash_chip_mode and psram_mode
backend
=======
- System Status add psram_mode and flash_chip_mode
- main: add CONFIG_SPIRAM_MODE_OCT check on redefining new operator
-D HTTPD_STACK_SIZE=6144 ; d0-tuning... 4096 ;8192 ; also set by livescripts default 4096 but not enough for more complex read and update (esp32 has no livescripts therefore set this explicitly here
27
+
-D HTTPD_STACK_SIZE=6144 ;instead of the default 8192 d0-tuning... 4096 ;8192 ; also set by livescripts default 4096 but not enough for more complex read and update (esp32 has no livescripts therefore set this explicitly here
28
28
-D LOLIN_WIFI_FIX ; some boards have wifi issues if this is not defined, this sets WIFI_POWER_8_5dBm
board_build.partitions = boards/ESP32_16MB_3MBFlash.csv ; standard for 16MB flash: 3MB firmware, 10 MB filesystem
42
42
build_flags = ${esp32-d0-base.build_flags}
43
-
-D HTTPD_STACK_SIZE=6144 ;d0-tuning...4096 ;8192 ; also set by livescripts default 4096 but not enough for more complex read and update (esp32 has no livescripts therefore set this explicitly here
43
+
-D HTTPD_STACK_SIZE=6144 ;instead of the default 8192 d0-tuning...4096 ;8192 ; also set by livescripts default 4096 but not enough for more complex read and update (esp32 has no livescripts therefore set this explicitly here
44
44
-D LOLIN_WIFI_FIX ; some boards have wifi issues if this is not defined, this sets WIFI_POWER_8_5dBm
0 commit comments