diff -r 37d1eb0e1d66 -r 5ad534c79a22 thermferm/devices.c --- a/thermferm/devices.c Sun Aug 10 23:36:22 2014 +0200 +++ b/thermferm/devices.c Mon Aug 11 11:09:23 2014 +0200 @@ -500,6 +500,10 @@ */ usleep(10000); } + /* + * Delay a bit after all devices + */ + usleep(100000); } syslog(LOG_NOTICE, "Thread my_devices_loop stopped");