mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
untangling references. linking almost completed!
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
idf_component_register( SRC_DIRS .
|
||||
INCLUDE_DIRS .
|
||||
REQUIRES esp_common newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant platform_console squeezelite-ota
|
||||
REQUIRES squeezelite-ota json mdns
|
||||
PRIV_REQUIRES tools services platform_config esp_common json newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant platform_console
|
||||
EMBED_FILES style.css code.js index.html bootstrap.min.css.gz jquery.min.js.gz popper.min.js.gz bootstrap.min.js.gz
|
||||
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ Contains the freeRTOS task for the DNS server that processes the requests.
|
||||
#include <lwip/dns.h>
|
||||
|
||||
#include <byteswap.h>
|
||||
|
||||
#include "squeezelite-ota.h"
|
||||
#include "wifi_manager.h"
|
||||
|
||||
static const char TAG[] = "dns_server";
|
||||
|
||||
@@ -36,6 +36,7 @@ Contains the freeRTOS task for the DNS server that processes the requests.
|
||||
#include <stdbool.h>
|
||||
#include "squeezelite-ota.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user