No change commit just to force Travis to re-run.

This commit is contained in:
Neil Kolban 2015-10-05 20:47:48 -05:00
parent d8a5421d32
commit 8b0c2ee282

View File

@ -181,7 +181,7 @@ void jswrap_ESP8266WiFi_connect(
// Add a return code to the function and return an already connected error.
#endif
}
// Perform the network level connection
// Perform the network level connection.
wifi_station_connect();
os_printf("< jswrap_ESP8266WiFi_connect\n");
}