mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
esp32: blows if allowed lejp
This commit is contained in:
parent
242f72ddab
commit
9b35bc171b
1 changed files with 1 additions and 1 deletions
|
@ -873,7 +873,7 @@ static int
|
|||
lwsws_get_config_d(void *user, const char *d, const char * const *paths,
|
||||
int count_paths, lejp_callback cb)
|
||||
{
|
||||
#ifndef _WIN32
|
||||
#if !defined(_WIN32) && !defined(LWS_WITH_ESP32)
|
||||
struct dirent **namelist;
|
||||
char path[256];
|
||||
int n, i, ret = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue