mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-30 06:10:54 +03:00
Network manager implemented and relatively stable
This commit is contained in:
@@ -35,6 +35,7 @@ Contains the freeRTOS task for the DNS server that processes the requests.
|
||||
#include <esp_system.h>
|
||||
#include <stdbool.h>
|
||||
#include "squeezelite-ota.h"
|
||||
#include "esp_netif.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -128,7 +129,7 @@ typedef struct __attribute__((__packed__)) dns_answer_t{
|
||||
}dns_answer_t;
|
||||
|
||||
void dns_server(void *pvParameters);
|
||||
void dns_server_start();
|
||||
void dns_server_start(esp_netif_t * netif);
|
||||
void dns_server_stop();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user