WT32-SC01 16MB - Only 4BM reported .... #215
-
Hi all, openHASPVersion: | 0.6.1 Free Heap: | 93.69 KiB Total: | 48.00 KiB Idle: | off Server: | 192.168.1.10 SSID: | IOTMAR1 Model: | ESP32 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You will need to add these 3 lines to the board_upload.flash_size=16MB
board_upload.maximum_size = 16777216
board_build.partitions = user_setups/esp32/partitions_16MB.csv That should produce a |
Beta Was this translation helpful? Give feedback.
You will need to add these 3 lines to the
wt32-sc01.ini
configuration:That should produce a
wt32-sc01_full_16MB_v0.6.1.bin
file after building the firmware with that configuration file.