mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Update protocol_esp32_lws_scan.c
Consistent use of make constant throughout files #define CONFIG_LWS_IS_FACTORY_APPLICATION==1
This commit is contained in:
parent
57f7f54555
commit
d48be760c0
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ static void reboot_timer_cb(TimerHandle_t t)
|
|||
static int
|
||||
client_connection(struct per_vhost_data__esplws_scan *vhd, const char *file)
|
||||
{
|
||||
#if CONFIG_LWS_IS_FACTORY_APPLICATION == 'y' && defined(CONFIG_LWS_OTA_SERVER_BASE_URL) && \
|
||||
#if defined(CONFIG_LWS_IS_FACTORY_APPLICATION) && defined(CONFIG_LWS_OTA_SERVER_BASE_URL) && \
|
||||
defined(CONFIG_LWS_OTA_SERVER_FQDN)
|
||||
static struct lws_client_connect_info i;
|
||||
char path[256];
|
||||
|
|
Loading…
Add table
Reference in a new issue