Extending the X_NUCLEO_IDW01M1 to allow configuration of the board as an access point

Dependents:   X_NUCLEO_IDW01M1_AP_Test

Fork of X_NUCLEO_IDW01M1 by ST

Revision:
22:a1276b7d3b2d
Parent:
18:b265b3b696f1
--- a/Spwf/wifi_interface.c	Wed Jun 22 15:13:24 2016 +0000
+++ b/Spwf/wifi_interface.c	Thu Jul 07 13:54:06 2016 +0000
@@ -626,6 +626,9 @@
 {
 status = USART_Receive_AT_Resp(Process_Event);
 }
+#if DEBUG_PRINT
+printf("Command '%s', returned %d\r\n", WiFi_AT_Cmd_Buff, status);
+#endif
 return status; 
 }