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 39134ab commit 6a140f8Copy full SHA for 6a140f8
examples/espidf-arduino-h2zero-BLE_scan/platformio.ini
@@ -12,6 +12,8 @@
12
platform = espressif32
13
framework = arduino
14
monitor_speed = 115200
15
+build_flags =
16
+ '-DCONFIG_BT_NIMBLE_EXT_ADV=1'
17
lib_deps =
18
https://github.com/h2zero/NimBLE-Arduino.git#nimble-1.6-c6-build-working
19
lib_ignore =
@@ -31,10 +33,17 @@ custom_component_remove =
31
33
espressif/esp-sr
32
34
espressif/esp32-camera
35
-[env:esp32]
-board = esp32dev
36
+[env:esp32s3]
37
+board = esp32-s3-devkitc-1
38
+
39
+[env:esp32c2]
40
+board = esp32-c2-devkitm-1
41
42
[env:esp32c3]
43
board = esp32-c3-devkitm-1
-build_flags =
- '-DCONFIG_BT_NIMBLE_EXT_ADV=1'
44
45
+[env:esp32c6]
46
+board = esp32-c6-devkitm-1
47
48
+[env:esp32h2]
49
+board = esp32-h2-devkitm-1
0 commit comments