Hi I’m using a static ip UDP communication program.
As in this reference link
https://os.mbed.com/users/DanielKlioc/notebook/udp-static-ip-example-/
it is working on mbed online compiler but doesn’t work on keil studio cloud.
I’m getting these errors :
no matching constructor for initialization of ‘UDPSocket’
no member named ‘wait’ in ‘rtos::Thread’; did you mean ‘exit’?
What’s going wrong I don’t understand ? Can you help me ?