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:
12:3799f8475c8a
--- a/Spwf/wifi_driver.c	Wed Jun 22 15:13:24 2016 +0000
+++ b/Spwf/wifi_driver.c	Thu Jul 07 13:54:06 2016 +0000
@@ -179,6 +179,12 @@
     {
         return WiFi_UNHANDLED_IND_ERROR;
     }
+  
+  #if DEBUG_PRINT  
+  if ('\0' == ((char*)WiFi_AT_Cmd_Buff)[size+1] ) {
+      printf((const char*)WiFi_AT_Cmd_Buff);
+  }
+  #endif
 
 #if defined(USART3_INT_MODE)
   if(HAL_UART_Transmit_IT(&UartWiFiHandle, (uint8_t *)WiFi_AT_Cmd_Buff, size)!= HAL_OK)