mirror of
https://github.com/eddyem/small_tel.git
synced 2026-06-19 10:26:25 +03:00
weather support
This commit is contained in:
@@ -62,7 +62,7 @@ int get_dome_data(dome_data_t *d){
|
||||
pthread_mutex_lock(&Dome.mutex);
|
||||
*d = *((dome_data_t*)&Dome);
|
||||
pthread_mutex_unlock(&Dome.mutex);
|
||||
return ForbidObservations;
|
||||
return (ForbidObservations || BadWeather);
|
||||
}
|
||||
|
||||
void stopserver(){
|
||||
|
||||
Reference in New Issue
Block a user