Skip to content

Commit

Permalink
Fix invalid smartconfig include
Browse files Browse the repository at this point in the history
Fixes #2928, #2923
  • Loading branch information
marcelstoer committed Sep 29, 2019
1 parent 81e213a commit 04287ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/wifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04287ac

Please sign in to comment.