In the telemetry_client example for windows there is need to change to Sleep line 114 Something like this : ``` #ifdef WIN32 #define sleep Sleep #endif ```