From: Nathael Pajani Date: Sun, 25 Apr 2021 22:06:54 +0000 (+0200) Subject: Update headers and oldest valid date/time X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=8e1e73a25dbe1859b247601c105bae3e1e9cbe8f;p=soft%2Flpc122x%2Fscialys Update headers and oldest valid date/time --- diff --git a/v10/config.c b/v10/config.c index 864fc4f..cb43fc1 100644 --- a/v10/config.c +++ b/v10/config.c @@ -1,7 +1,7 @@ /**************************************************************************** * apps/scialys/v010/config.c * - * Copyright 2016-2020 Nathael Pajani + * Copyright 2016-2021 Nathael Pajani * * * This program is free software: you can redistribute it and/or modify diff --git a/v10/config.h b/v10/config.h index 3bea7e6..6870bd8 100644 --- a/v10/config.h +++ b/v10/config.h @@ -1,7 +1,7 @@ /**************************************************************************** * apps/scialys/v10/config.h * - * Copyright 2016-2020 Nathael Pajani + * Copyright 2016-2021 Nathael Pajani * * * This program is free software: you can redistribute it and/or modify diff --git a/v10/interface.c b/v10/interface.c index 327789f..732b81b 100644 --- a/v10/interface.c +++ b/v10/interface.c @@ -1,7 +1,7 @@ /**************************************************************************** * apps/scialys/v10/interface.c * - * Copyright 2016-2020 Nathael Pajani + * Copyright 2016-2021 Nathael Pajani * * * This program is free software: you can redistribute it and/or modify diff --git a/v10/interface.h b/v10/interface.h index b639e88..71a4da9 100644 --- a/v10/interface.h +++ b/v10/interface.h @@ -1,7 +1,7 @@ /**************************************************************************** - * apps/blyes/relay_lights/interface.h + * apps/scialys/v10/interface.h * - * Copyright 2016-2020 Nathael Pajani + * Copyright 2016-2021 Nathael Pajani * * * This program is free software: you can redistribute it and/or modify diff --git a/v10/main.c b/v10/main.c index 1202dfb..b220df0 100644 --- a/v10/main.c +++ b/v10/main.c @@ -3,7 +3,7 @@ * * Scialys system for solar-panel power generation tracking and fair use. * - * Copyright 2016-2020 Nathael Pajani + * Copyright 2016-2021 Nathael Pajani * * * This program is free software: you can redistribute it and/or modify diff --git a/v10/time.c b/v10/time.c index eeabe7a..eb81120 100644 --- a/v10/time.c +++ b/v10/time.c @@ -1,7 +1,7 @@ /**************************************************************************** - * apps/blyes/inter_lights/time.c + * apps/scialys/v10/time.c * - * Copyright 2016-2020 Nathael Pajani + * Copyright 2016-2021 Nathael Pajani * * * This program is free software: you can redistribute it and/or modify @@ -39,9 +39,9 @@ struct rtc_pcf85363a_config rtc_conf = { }; /* Oldest acceptable time in RTC. BCD coded. */ const struct rtc_time oldest = { - .year = 0x18, - .month = 0x08, - .day = 0x09, + .year = 0x21, + .month = 0x04, + .day = 0x24, .hour = 0x13, .min = 0x37, }; diff --git a/v10/time.h b/v10/time.h index e24d484..8779c5f 100644 --- a/v10/time.h +++ b/v10/time.h @@ -1,7 +1,7 @@ /**************************************************************************** - * apps/blyes/inter_lights/time.h + * apps/scialys/v10/time.h * - * Copyright 2016-2020 Nathael Pajani + * Copyright 2016-2021 Nathael Pajani * * * This program is free software: you can redistribute it and/or modify diff --git a/v10/uSD.c b/v10/uSD.c index 1801061..831b33b 100644 --- a/v10/uSD.c +++ b/v10/uSD.c @@ -1,7 +1,7 @@ /**************************************************************************** - * apps/blyes/inter_lights/uSD.c + * apps/scialys/v10/uSD.c * - * Copyright 2016-2020 Nathael Pajani + * Copyright 2016-2021 Nathael Pajani * * * This program is free software: you can redistribute it and/or modify diff --git a/v10/uSD.h b/v10/uSD.h index c775ed4..b025fc1 100644 --- a/v10/uSD.h +++ b/v10/uSD.h @@ -1,7 +1,7 @@ /**************************************************************************** - * apps/blyes/inter_lights/usSD.h + * apps/scialys/v10/usSD.h * - * Copyright 2016-2020 Nathael Pajani + * Copyright 2016-2021 Nathael Pajani * * * This program is free software: you can redistribute it and/or modify