mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
mdns: add remove delegate host api
* Original commit: espressif/esp-idf@2174693096
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
1eb5df9780
commit
c8821199a2
@ -185,6 +185,7 @@ typedef enum {
|
||||
ACTION_RX_HANDLE,
|
||||
ACTION_TASK_STOP,
|
||||
ACTION_DELEGATE_HOSTNAME_ADD,
|
||||
ACTION_DELEGATE_HOSTNAME_REMOVE,
|
||||
ACTION_MAX
|
||||
} mdns_action_type_t;
|
||||
|
||||
|
Reference in New Issue
Block a user