add datetime settings

This commit is contained in:
eddyem
2020-02-24 16:16:59 +03:00
parent f6fdff12a5
commit ab524d4bf6
5 changed files with 69 additions and 14 deletions

View File

@@ -26,6 +26,8 @@
// max time after last coordinates reading
#define COORDS_TOO_OLD_TIME (5)
// make datetime/pressure/temperature corrections each CORRECTIONS_TIMEDIFF seconds
#define CORRECTIONS_TIMEDIFF (3600)
int connect_telescope(char *dev, char *hdrname);
int point_telescope(double ra, double decl);