mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
build and link hello-world for esp32s2beta
* Original commit: espressif/esp-idf@84b2f9f14d
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
f6ff165be9
commit
901124b7ee
@ -3,7 +3,7 @@
|
||||
|
||||
/*
|
||||
* MDNS Server Networking -- private include
|
||||
*
|
||||
*
|
||||
*/
|
||||
#include "mdns.h"
|
||||
#include "mdns_private.h"
|
||||
@ -21,7 +21,9 @@
|
||||
#include "esp_system.h"
|
||||
#include "esp_timer.h"
|
||||
#include "esp_event.h"
|
||||
#if CONFIG_IDF_TARGET_ESP32
|
||||
#include "esp_eth.h"
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user