Spark configuration updated from David Sidrane
This commit is contained in:
parent
c88b844190
commit
fda41f953f
@ -165,11 +165,11 @@ void CC3000_Init(void)
|
||||
|
||||
if (!once)
|
||||
{
|
||||
wireless_archinitialize();
|
||||
wireless_archinitialize(132);
|
||||
once = true;
|
||||
}
|
||||
|
||||
cc3000_wlan_init( CC3000_AsyncCallback,
|
||||
cc3000_wlan_init(132, CC3000_AsyncCallback,
|
||||
SendFirmwarePatch,
|
||||
SendDriverPatch,
|
||||
SendBootloaderPatch);
|
||||
|
Loading…
Reference in New Issue
Block a user