Skip to content

Commit 862cfcb

Browse files
loop233laride
authored andcommitted
fix(ble): fix ble_hci ci error
1 parent 60740ad commit 862cfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/.build-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ components/sensors/power_monitor/ina236/test_apps:
231231

232232
components/bluetooth/ble_hci/test_apps:
233233
enable:
234-
- if: IDF_TARGET in ["esp32","esp32c3","esp32s3"]
234+
- if: IDF_TARGET in ["esp32","esp32c3","esp32s3"] and (IDF_VERSION_MAJOR == 5 and IDF_VERSION_MINOR == 3)

0 commit comments

Comments
 (0)