cpp state machine for ethernet

This commit is contained in:
Sebastien L
2021-11-16 10:11:38 -05:00
parent 699c1da42f
commit 81756a7649
43 changed files with 4463 additions and 2774 deletions

View File

@@ -53,7 +53,7 @@ Contains the freeRTOS task for the DNS server that processes the requests.
#include <byteswap.h>
#include "squeezelite-ota.h"
#include "wifi_manager.h"
#include "network_manager.h"
static const char TAG[] = "dns_server";
static TaskHandle_t task_dns_server = NULL;