User Activity

Hello everyone,I am using B-L475E-IOT01A's wifi to send data to a server using UDP protocol. I am not using anything other than the wifi right now and my main loop looks like this:while(1) { if(wifiReady==1 && wifiState==2) { wifiReady=0; ...