Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
766 stars 308 forks source link

Probably wrong size specified in boards.txt #210

Open FStefanni opened 1 year ago

FStefanni commented 1 year ago

Hi,

considering the partition schema ("default_8M") used by the WiFi LoRa 32 V3, I suppose this change is required in the boards.txt file:

#WIFI_LoRa_32_V3.upload.maximum_size=1310720
WIFI_LoRa_32_V3.upload.maximum_size=3342336

In fact, comparing with the boards.txt of Arduino-ESP32, they have the following setting:

esp32s3.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336

Which sets the maximum size higher, when selecting the "default_8MB" schema.

This is not a bug of course, but an improvement which allows to upload bigger sketches.

Regards