Work in progress - move to httpd

This commit is contained in:
Sebastien
2019-11-26 08:29:19 -05:00
parent c40d805b44
commit 3929f3e809
8 changed files with 1222 additions and 640 deletions

View File

@@ -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