Skip to content

Commit

Permalink
Merge pull request #528 from davidfather/wifi_manager
Browse files Browse the repository at this point in the history
Add the initial version of Wi-Fi Manager
  • Loading branch information
sunghan-chang committed Sep 7, 2017
2 parents 84fcc07 + cd3eb9a commit db3685b
Show file tree
Hide file tree
Showing 18 changed files with 2,054 additions and 138 deletions.
2 changes: 1 addition & 1 deletion apps/system/utils/netcmd_dhcpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ int cmd_dhcpd(int argc, char *argv[])
}
}

if (dhcpd_start(argv[2]) != 0) {
if (dhcpd_start(argv[2], NULL) != 0) {
printf("%s : failed to start dhcpd\n", __FUNCTION__);
goto done;
}
Expand Down
Loading

0 comments on commit db3685b

Please sign in to comment.