Working with WIFI module.
I work with WIFI module on B-L475E-IOT01A. I want to configure the module as a server and to connect to it with a client (say a phone).Looking at an exampleint wifi_server(void) { bool StopServer = false; LOG(("\nRunning HTML Server test\n")); ...