Skip to content

Commit d315a56

Browse files
loop233laride
authored andcommitted
fix(ble): fix ci build error
1 parent e5d1392 commit d315a56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/.build-rules.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,7 @@ components/sensors/power_monitor/ina236/test_apps:
232232
components/bluetooth/ble_hci/test_apps:
233233
enable:
234234
- if: IDF_TARGET in ["esp32","esp32c3","esp32s3"] and (IDF_VERSION_MAJOR == 5 and IDF_VERSION_MINOR == 3)
235+
236+
components/bluetooth/ble_adv/bthome/test_apps:
237+
enable:
238+
- if: IDF_TARGET in ["esp32","esp32c3","esp32h2","esp32s3","esp32c2","esp32c6"] and IDF_VERSION_MAJOR >= 5

0 commit comments

Comments
 (0)