Hi together,
i got a problem in Energia and my CC3200 LAUNCHXL.
The first thing i do in my code is to check for nearby WLAN networks. The founded networks are stored in the "searchedSsid" Array.
The Problem.
Until i go to "Wifi.beginNetwork" all the Networks are stored in the Array but behind this point when the AP have started the Array is empty.
I can open the string in the Array but they are empty.
I want to display all the nearby networks on the webpage.
#ifndef __CC3200R1M1RGC__// Do not include SPI for CC3200 LaunchPad#include <SPI.h>#endif#include <WiFi.h>char wifi