/****************************************************************************
* 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
/****************************************************************************
* 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
/****************************************************************************
* 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
/****************************************************************************
- * 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
*
* 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
/****************************************************************************
- * 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
};
/* 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,
};
/****************************************************************************
- * 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
/****************************************************************************
- * 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
/****************************************************************************
- * 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