mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
mdns example: Remove a warned unused constant
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
|
|
||||||
|
|
||||||
#define EXAMPLE_MDNS_INSTANCE CONFIG_MDNS_INSTANCE
|
#define EXAMPLE_MDNS_INSTANCE CONFIG_MDNS_INSTANCE
|
||||||
static const char c_config_hostname[] = CONFIG_MDNS_HOSTNAME;
|
|
||||||
#define EXAMPLE_BUTTON_GPIO 0
|
#define EXAMPLE_BUTTON_GPIO 0
|
||||||
|
|
||||||
static const char *TAG = "mdns-test";
|
static const char *TAG = "mdns-test";
|
||||||
|
Reference in New Issue
Block a user