mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 14:59:54 +00:00
[mac] enable Beacon Payload in outgoing beacons (#7767)
This commit enables beacon payloads on outgoing beacons to prevent backward compatibility issues with existing devices in the market.
This commit is contained in:
@@ -90,6 +90,7 @@ build_all_features()
|
||||
"-DOPENTHREAD_CONFIG_TMF_NETWORK_DIAG_MTD_ENABLE=1"
|
||||
"-DOPENTHREAD_CONFIG_UDP_FORWARD_ENABLE=1"
|
||||
"-DOPENTHREAD_CONFIG_MAC_BEACON_PAYLOAD_PARSING_ENABLE=1"
|
||||
"-DOPENTHREAD_CONFIG_MAC_OUTGOING_BEACON_PAYLOAD_ENABLE=1"
|
||||
)
|
||||
|
||||
local options_1_2=(
|
||||
|
||||
Reference in New Issue
Block a user