Skip to content

Commit

Permalink
Use espressif32 version 3.5.0 for standard ESP32.
Browse files Browse the repository at this point in the history
* Resolves BLE scan_evt timeout issue with latest version (5.2.0).

* ESP32C3 and ESP32S3 Env's use espressif32 version 5.2.0.
  • Loading branch information
h2zero committed Nov 11, 2022
1 parent 22bce31 commit 99ab0cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ monitor_speed = 115200

[com]
esp8266_platform = espressif8266@3.2.0
esp32_platform = espressif32@5.2.0
esp32_platform = espressif32@3.5.0
atmelavr_platform = atmelavr@3.3.0

[com-esp]
Expand Down Expand Up @@ -1391,6 +1391,7 @@ build_flags =

[env:esp32s3-dev-c1-ble]
platform = ${com.esp32_platform}
platform_packages = platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.5
board = esp32-s3-devkitc-1
lib_deps =
${com-esp.lib_deps}
Expand All @@ -1406,6 +1407,7 @@ build_flags =

[env:esp32c3-dev-m1-ble]
platform = ${com.esp32_platform}
platform_packages = platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.5
board = esp32-c3-devkitm-1
board_build.partitions = min_spiffs.csv
lib_deps =
Expand Down

0 comments on commit 99ab0cc

Please sign in to comment.