Fix invalid smartconfig include

Fixes #2928, #2923
This commit is contained in:
Marcel Stör 2019-09-29 20:40:56 +02:00
parent 08ea0c8d27
commit da53d1938f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#ifdef WIFI_SMART_ENABLE
#include "smart/smart.h"
#include "smart/smartconfig.h"
#include "smartconfig.h"
static int wifi_smart_succeed = LUA_NOREF;
#endif