Skip to content

Commit 84dc091

Browse files
committed
change upload max size for HeltecV3
1 parent f91046e commit 84dc091

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

boards.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11395,7 +11395,7 @@ heltec_wifi_kit_32_V3.upload.tool=esptool_py
1139511395
heltec_wifi_kit_32_V3.upload.tool.default=esptool_py
1139611396
heltec_wifi_kit_32_V3.upload.tool.network=esp_ota
1139711397

11398-
heltec_wifi_kit_32_V3.upload.maximum_size=1310720
11398+
heltec_wifi_kit_32_V3.upload.maximum_size=3342336
1139911399
heltec_wifi_kit_32_V3.upload.maximum_data_size=327680
1140011400
heltec_wifi_kit_32_V3.upload.flags=
1140111401
heltec_wifi_kit_32_V3.upload.extra_flags=
@@ -11747,7 +11747,7 @@ heltec_wifi_lora_32_V3.upload.tool=esptool_py
1174711747
heltec_wifi_lora_32_V3.upload.tool.default=esptool_py
1174811748
heltec_wifi_lora_32_V3.upload.tool.network=esp_ota
1174911749

11750-
heltec_wifi_lora_32_V3.upload.maximum_size=1310720
11750+
heltec_wifi_lora_32_V3.upload.maximum_size=3342336
1175111751
heltec_wifi_lora_32_V3.upload.maximum_data_size=327680
1175211752
heltec_wifi_lora_32_V3.upload.flags=
1175311753
heltec_wifi_lora_32_V3.upload.extra_flags=

variants/heltec_wifi_kit_32_v3/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ static const uint8_t RST_OLED = 21;
7272
static const uint8_t SCL_OLED = 18;
7373
static const uint8_t SDA_OLED = 17;
7474

75-
#endif /* Pins_Arduino_h */
75+
#endif /* Pins_Arduino_h */

variants/heltec_wifi_lora_32_V3/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ static const uint8_t RST_OLED = 21;
7979
static const uint8_t SCL_OLED = 18;
8080
static const uint8_t SDA_OLED = 17;
8181

82-
#endif /* Pins_Arduino_h */
82+
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)