Skip to content

Commit 04287ac

Browse files
committed
Fix invalid smartconfig include
Fixes #2928, #2923
1 parent 81e213a commit 04287ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/modules/wifi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#ifdef WIFI_SMART_ENABLE
1919
#include "smart/smart.h"
20-
#include "smart/smartconfig.h"
20+
#include "smartconfig.h"
2121

2222
static int wifi_smart_succeed = LUA_NOREF;
2323
#endif

0 commit comments

Comments
 (0)