fix(example): remove bt requires from wifi example

This commit is contained in:
Chen Yudong
2025-12-30 10:55:57 +08:00
committed by Chen Yu Dong
parent cdcb4cbce8
commit 30a3150702
@@ -1,3 +1,3 @@
idf_component_register(SRCS "station_example_main.c"
PRIV_REQUIRES esp_wifi nvs_flash bt
PRIV_REQUIRES esp_wifi nvs_flash
INCLUDE_DIRS ".")