Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/arduino-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: erikwilson/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 31, 2018

  1. fix upload.maximum_size as current partition size 0x140000 for esp32v…

    …n-iot-uno & heltec boards
    erikwilson committed Jan 31, 2018
    Copy the full SHA
    cc94acd View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 boards.txt
6 changes: 3 additions & 3 deletions boards.txt
Original file line number Diff line number Diff line change
@@ -952,7 +952,7 @@ mhetesp32minikit.menu.UploadSpeed.512000.upload.speed=512000
esp32vn-iot-uno.name=ESP32vn IoT Uno

esp32vn-iot-uno.upload.tool=esptool
esp32vn-iot-uno.upload.maximum_size=1044464
esp32vn-iot-uno.upload.maximum_size=1310720
esp32vn-iot-uno.upload.maximum_data_size=294912
esp32vn-iot-uno.upload.wait_for_upload_port=true

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

heltec_wifi_kit_32.upload.tool=esptool
heltec_wifi_kit_32.upload.maximum_size=1044464
heltec_wifi_kit_32.upload.maximum_size=1310720
heltec_wifi_kit_32.upload.maximum_data_size=294912
heltec_wifi_kit_32.upload.wait_for_upload_port=true

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

heltec_wifi_lora_32.upload.tool=esptool
heltec_wifi_lora_32.upload.maximum_size=1044464
heltec_wifi_lora_32.upload.maximum_size=1310720
heltec_wifi_lora_32.upload.maximum_data_size=294912
heltec_wifi_lora_32.upload.wait_for_upload_port=true