Update headers and oldest valid date/time
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sun, 25 Apr 2021 22:06:54 +0000 (00:06 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 11:07:29 +0000 (12:07 +0100)
v10/config.c
v10/config.h
v10/interface.c
v10/interface.h
v10/main.c
v10/time.c
v10/time.h
v10/uSD.c
v10/uSD.h

index 864fc4f..cb43fc1 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  *   apps/scialys/v010/config.c
  *
- * Copyright 2016-2020 Nathael Pajani <nathael.pajani@ed3l.fr>
+ * Copyright 2016-2021 Nathael Pajani <nathael.pajani@ed3l.fr>
  *
  *
  * This program is free software: you can redistribute it and/or modify
index 3bea7e6..6870bd8 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  *   apps/scialys/v10/config.h
  *
- * Copyright 2016-2020 Nathael Pajani <nathael.pajani@ed3l.fr>
+ * Copyright 2016-2021 Nathael Pajani <nathael.pajani@ed3l.fr>
  *
  *
  * This program is free software: you can redistribute it and/or modify
index 327789f..732b81b 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  *   apps/scialys/v10/interface.c
  *
- * Copyright 2016-2020 Nathael Pajani <nathael.pajani@ed3l.fr>
+ * Copyright 2016-2021 Nathael Pajani <nathael.pajani@ed3l.fr>
  *
  *
  * This program is free software: you can redistribute it and/or modify
index b639e88..71a4da9 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
- *   apps/blyes/relay_lights/interface.h
+ *   apps/scialys/v10/interface.h
  *
- * Copyright 2016-2020 Nathael Pajani <nathael.pajani@ed3l.fr>
+ * Copyright 2016-2021 Nathael Pajani <nathael.pajani@ed3l.fr>
  *
  *
  * This program is free software: you can redistribute it and/or modify
index 1202dfb..b220df0 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Scialys system for solar-panel power generation tracking and fair use.
  *
- * Copyright 2016-2020 Nathael Pajani <nathael.pajani@ed3l.fr>
+ * Copyright 2016-2021 Nathael Pajani <nathael.pajani@ed3l.fr>
  *
  *
  * This program is free software: you can redistribute it and/or modify
index eeabe7a..eb81120 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
- *   apps/blyes/inter_lights/time.c
+ *   apps/scialys/v10/time.c
  *
- * Copyright 2016-2020 Nathael Pajani <nathael.pajani@ed3l.fr>
+ * Copyright 2016-2021 Nathael Pajani <nathael.pajani@ed3l.fr>
  *
  *
  * 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,
 };
index e24d484..8779c5f 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
- *   apps/blyes/inter_lights/time.h
+ *   apps/scialys/v10/time.h
  *
- * Copyright 2016-2020 Nathael Pajani <nathael.pajani@ed3l.fr>
+ * Copyright 2016-2021 Nathael Pajani <nathael.pajani@ed3l.fr>
  *
  *
  * This program is free software: you can redistribute it and/or modify
index 1801061..831b33b 100644 (file)
--- 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 <nathael.pajani@ed3l.fr>
+ * Copyright 2016-2021 Nathael Pajani <nathael.pajani@ed3l.fr>
  *
  *
  * This program is free software: you can redistribute it and/or modify
index c775ed4..b025fc1 100644 (file)
--- 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 <nathael.pajani@ed3l.fr>
+ * Copyright 2016-2021 Nathael Pajani <nathael.pajani@ed3l.fr>
  *
  *
  * This program is free software: you can redistribute it and/or modify