Bi-monthly release with major changes to INDI properties and client API in addition to new drivers and improvements.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
// Get local time epoch in UNIX seconds
time_epoch = mktime(<m);
--- lx200_OnStep.cpp.bak 2022-03-22 09:15:28.455583393 +0900
+++ lx200_OnStep.cpp 2022-03-22 09:15:00.531800080 +0900
@@ -4750,6 +4750,9 @@
struct tm utm;
time_t time_epoch;
+ memset(<m, 0, sizeof(ltm));
+ memset(&utm, 0, sizeof(utm));
+
double offset = 0;
if (getUTFOffset(&offset))
{
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.