From 96a7238065cf1eb8cf6cda4cd27076c33ea575d7 Mon Sep 17 00:00:00 2001 From: bogd Date: Tue, 14 May 2024 10:54:05 +0200 Subject: [PATCH] astro handle added --- include/CronTimers.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/CronTimers.h b/include/CronTimers.h index 5c38867..6c23062 100644 --- a/include/CronTimers.h +++ b/include/CronTimers.h @@ -75,7 +75,9 @@ typedef struct typedef struct { - + float lat; + float lon; + astro_timer_t timers[CONFIG_WEBGUIAPP_CRON_NUMBER] } astro_handle_t;