Skip to content

Commit

Permalink
Made changes Suggested by TerryE
Browse files Browse the repository at this point in the history
Also, moved code that sets the default host name out of
luaopen_wifi_init and into a separate function and added a post_task_low
entry in it's place.

Replaced some if test then return error lines with
luaL_argcheck
  • Loading branch information
dnc40085 committed Mar 5, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 46d1762 commit be0b217
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/include/user_config.h
Original file line number Diff line number Diff line change
@@ -95,10 +95,6 @@

//#define WIFI_SMART_ENABLE

#define USE_WIFI_STATION_STATUS_MONITOR
#define USE_WIFI_SDK_EVENT_MONITOR
#define INCLUDE_WIFI_EVENT_DISCONNECT_REASON_LIST

#define WIFI_STATION_STATUS_MONITOR_ENABLE
#define WIFI_SDK_EVENT_MONITOR_ENABLE
#define WIFI_EVENT_MONITOR_DISCONNECT_REASON_LIST_ENABLE

0 comments on commit be0b217

Please sign in to comment.