We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07c738 commit 2728483Copy full SHA for 2728483
examples/espidf-arduino-h2zero-BLE_scan/platformio.ini
@@ -10,13 +10,15 @@
10
11
[env]
12
platform = espressif32
13
-framework = arduino, espidf
+framework = arduino
14
monitor_speed = 115200
15
board_build.embed_txtfiles =
16
managed_components/espressif__esp_insights/server_certs/https_server.crt
17
managed_components/espressif__esp_rainmaker/server_certs/rmaker_mqtt_server.crt
18
managed_components/espressif__esp_rainmaker/server_certs/rmaker_claim_service_server.crt
19
managed_components/espressif__esp_rainmaker/server_certs/rmaker_ota_server.crt
20
+lib_deps =
21
+ https://github.com/h2zero/NimBLE-Arduino.git#nimble-1.6-c6-build-working
22
lib_ignore =
23
BLE
24
BluetoothSerial
0 commit comments