-
Notifications
You must be signed in to change notification settings - Fork 803
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use espressif32 version 3.5.0 for standard ESP32.
* 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
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,7 +154,8 @@ monitor_speed = 115200 | |
|
||
[com] | ||
esp8266_platform = [email protected] | ||
esp32_platform = [email protected] | ||
esp32_platform = [email protected] | ||
esp32_c3_s3_platform = [email protected] | ||
atmelavr_platform = [email protected] | ||
|
||
[com-esp] | ||
|
@@ -1390,7 +1391,7 @@ build_flags = | |
'-DGateway_Name="OpenMQTTGateway_ESP32_BLE"' | ||
|
||
[env:esp32s3-dev-c1-ble] | ||
platform = ${com.esp32_platform} | ||
platform = ${com.esp32_c3_s3_platform} | ||
board = esp32-s3-devkitc-1 | ||
lib_deps = | ||
${com-esp.lib_deps} | ||
|
@@ -1405,7 +1406,7 @@ build_flags = | |
'-DGateway_Name="OpenMQTTGateway_ESP32_BLE"' | ||
|
||
[env:esp32c3-dev-m1-ble] | ||
platform = ${com.esp32_platform} | ||
platform = ${com.esp32_c3_s3_platform} | ||
board = esp32-c3-devkitm-1 | ||
board_build.partitions = min_spiffs.csv | ||
lib_deps = | ||
|