Commit da53d193 authored by Marcel Stör's avatar Marcel Stör
Browse files

Fix invalid smartconfig include

Fixes #2928, #2923
parent 08ea0c8d
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment