mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 04:57:06 +03:00
Work in progress - move to httpd
This commit is contained in:
@@ -37,7 +37,6 @@ Contains the freeRTOS task and all necessary support
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "dns_server.h"
|
||||
#include "http_server.h"
|
||||
#include "esp_system.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
@@ -62,6 +61,7 @@ Contains the freeRTOS task and all necessary support
|
||||
#include "cJSON.h"
|
||||
#include "nvs_utilities.h"
|
||||
#include "cmd_system.h"
|
||||
#include "http_server_handlers.h"
|
||||
|
||||
#ifndef RECOVERY_APPLICATION
|
||||
#define RECOVERY_APPLICATION 0
|
||||
|
||||
Reference in New Issue
Block a user