Skip to content
Snippets Groups Projects
Commit 9b35bc17 authored by negativekelvin's avatar negativekelvin Committed by Andy Green
Browse files

esp32: blows if allowed lejp

parent 242f72dd
No related branches found
No related tags found
No related merge requests found
...@@ -873,7 +873,7 @@ static int ...@@ -873,7 +873,7 @@ static int
lwsws_get_config_d(void *user, const char *d, const char * const *paths, lwsws_get_config_d(void *user, const char *d, const char * const *paths,
int count_paths, lejp_callback cb) int count_paths, lejp_callback cb)
{ {
#ifndef _WIN32 #if !defined(_WIN32) && !defined(LWS_WITH_ESP32)
struct dirent **namelist; struct dirent **namelist;
char path[256]; char path[256];
int n, i, ret = 0; int n, i, ret = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment