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;