mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
menu "IEEE 802.15.4"
|
|
visible if IDF_TARGET_ESP32H2
|
|
|
|
config IEEE802154_ENABLED
|
|
bool
|
|
default "y" if IDF_TARGET_ESP32H2
|
|
|
|
endmenu # IEEE 802.15.4
|