mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 05:27:01 +03:00
idf.py app now builds both squeezelite and recovery in a single pass
This commit is contained in:
@@ -127,9 +127,9 @@ typedef struct __attribute__((__packed__)) dns_answer_t{
|
||||
uint32_t RDATA; /* For the sake of simplicity only ipv4 is supported, and as such it's a unsigned 32 bit */
|
||||
}dns_answer_t;
|
||||
|
||||
void CODE_RAM_LOCATION dns_server(void *pvParameters);
|
||||
void CODE_RAM_LOCATION dns_server_start();
|
||||
void CODE_RAM_LOCATION dns_server_stop();
|
||||
void dns_server(void *pvParameters);
|
||||
void dns_server_start();
|
||||
void dns_server_stop();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user