Skip to content

Commit

Permalink
fix for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyp7 committed Dec 18, 2017
1 parent d50f9bf commit daf4bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wifi_manager/main/wifi_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,9 @@ void wifi_manager( void * pvParameters ){
if(wifi_manager_fetch_wifi_sta_config()){
#if WIFI_MANAGER_DEBUG
printf("wifi_manager: saved wifi found on startup\n");
#endif
/* request a connection */
xEventGroupSetBits(wifi_manager_event_group, WIFI_MANAGER_REQUEST_STA_CONNECT_BIT);
#endif
}

/* start the softAP access point */
Expand Down

0 comments on commit daf4bc8

Please sign in to comment.