lpcmanager
Clone
Summary
Browse
Changes
Graph
MQTT SmartehCloud authentication and command support - WIP
17 months ago, Edouard Tisserant
3b80f8199c51
MQTT SmartehCloud authentication and command support - WIP
pthread_mutex_lock(&UART_WakeCondLock);
UART_task_active = 0;
pthread_cond_signal(&UART_WakeCond);
pthread_mutex_unlock(&UART_WakeCondLock);
pthread_join(UART_task, NULL);
closeserial(UART_fd);