fine tuning of httpd implementation

This commit is contained in:
Sebastien
2020-02-13 16:22:51 -05:00
parent fb2e1884f5
commit b80faf911a
14 changed files with 12 additions and 21 deletions

View File

@@ -60,7 +60,6 @@ function to process requests, decode URLs, serve files, etc. etc.
#include "lwip/priv/tcp_priv.h"
#include "lwip/priv/tcpip_priv.h"
#include "esp_vfs.h"
#define LOG_LOCAL_LEVEL ESP_LOG_DEBUG
#ifdef __cplusplus