Skip to content

Commit f5c2aff

Browse files
erikwilsonme-no-dev
authored andcommitted
fix upload.maximum_size as current partition size 0x140000 for esp32vn-iot-uno & heltec boards (#1052)
1 parent 77a8e47 commit f5c2aff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ mhetesp32minikit.menu.UploadSpeed.512000.upload.speed=512000
10041004
esp32vn-iot-uno.name=ESP32vn IoT Uno
10051005

10061006
esp32vn-iot-uno.upload.tool=esptool
1007-
esp32vn-iot-uno.upload.maximum_size=1044464
1007+
esp32vn-iot-uno.upload.maximum_size=1310720
10081008
esp32vn-iot-uno.upload.maximum_data_size=294912
10091009
esp32vn-iot-uno.upload.wait_for_upload_port=true
10101010

@@ -1277,7 +1277,7 @@ m5stack-core-esp32.menu.DebugLevel.verbose.build.code_debug=5
12771277
heltec_wifi_kit_32.name=Heltec_WIFI_Kit_32
12781278

12791279
heltec_wifi_kit_32.upload.tool=esptool
1280-
heltec_wifi_kit_32.upload.maximum_size=1044464
1280+
heltec_wifi_kit_32.upload.maximum_size=1310720
12811281
heltec_wifi_kit_32.upload.maximum_data_size=294912
12821282
heltec_wifi_kit_32.upload.wait_for_upload_port=true
12831283

@@ -1320,7 +1320,7 @@ heltec_wifi_kit_32.menu.UploadSpeed.512000.upload.speed=512000
13201320
heltec_wifi_lora_32.name=Heltec_WIFI_LoRa_32
13211321

13221322
heltec_wifi_lora_32.upload.tool=esptool
1323-
heltec_wifi_lora_32.upload.maximum_size=1044464
1323+
heltec_wifi_lora_32.upload.maximum_size=1310720
13241324
heltec_wifi_lora_32.upload.maximum_data_size=294912
13251325
heltec_wifi_lora_32.upload.wait_for_upload_port=true
13261326

0 commit comments

Comments
 (0)