Skip to content

Commit

Permalink
Arduino Release v2.0.12 based on ESP-IDF v4.4.5
Browse files Browse the repository at this point in the history
Fixes heap memory issue
  • Loading branch information
stuartpittaway committed Sep 12, 2023
1 parent f6e94fb commit 169a4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ESPController/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build_flags =
[env]
framework = arduino
; 4MB FLASH DEVKITC
platform = espressif32
platform = espressif32@~6.4.0

board = esp32dev
monitor_speed = 115200
Expand All @@ -55,7 +55,7 @@ upload_speed=921600
upload_port=COM3
board_build.arduino.upstream_packages = no
platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.11
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.12

board_build.partitions = diybms_partitions.csv

Expand Down

0 comments on commit 169a4ea

Please sign in to comment.