Skip to content

Commit

Permalink
feat(ESP32): upgrade toolchain
Browse files Browse the repository at this point in the history
Close #136
  • Loading branch information
leon0399 committed Aug 10, 2024
1 parent 0018cd3 commit b9a0b9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/esp32/esp32.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[arch:esp32]
platform = platformio/espressif32@^6.8.1
platform_packages =
toolchain-xtensa-esp32@12.2.0+20230208
espressif/tool-xtensa-esp-elf-gdb@12.1.0+20221002
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.3
framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.3/esp32-arduino-libs-3.0.3.zip
platformio/toolchain-xtensa-esp-elf@13.2.0+20240530
platformio/tool-xtensa-esp-elf-gdb@14.2.0+20240403
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.4
framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.4/esp32-arduino-libs-3.0.4.zip

build_flags =
-D SS_USE_NIMBLE=true
Expand Down

0 comments on commit b9a0b9d

Please sign in to comment.