mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-20 05:23:44 +08:00
14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
menu "Example Configuration"
|
|
config TARGET_MULTICAST_IPV4
|
|
string "IPv4 multicast address"
|
|
default "232.10.11.12"
|
|
help
|
|
Target IP for the example to listen.
|
|
|
|
config TARGET_MULTICAST_IPV6
|
|
string "IPv6 multicast address"
|
|
default "ff02::fc"
|
|
help
|
|
Target IP for the example to listen.
|
|
endmenu
|