6 Commits

Author SHA1 Message Date
b1aa872b33 Added a COPYING file containing the GPLv3 license which applies to this code. 2021-11-19 02:09:15 +01:00
f477d11fbb Replaced Clion auto headers with GPLv3 compatible headers 2021-11-19 01:55:33 +01:00
b82fb898e9 Version 1.5.1
Added dynamic memory management for shutters (functions in shutter.c).
Code is now much easier to tailor to specific needs and works better in the limited RAM of routers.
Memory leaks were not found by Valgrind Memcheck.
2021-09-19 12:01:49 +02:00
5777ded698 Version 1.4.6
fixed freakin' typo, added a .gitignore
2021-09-09 16:35:18 +02:00
0833762006 Changed comments, variable names and filenames to be in English 2021-08-30 19:04:07 +02:00
6bc23c92fe Version 1.4
Reworked channel changing: now it tracks the current ch. and resets only once. This makes the program to finish faster.
Added rolltime_down and percentage values to shutter structure: now the schedule file needs to contain a percentage column after the timestamp for lowering, and a rolltime needs to be defined for each shutter in the beginning of the program. When lowering shutters, there's a calculation to sleep until the desired percentage is reached, when the shutter is stopped
The way to deactivate shutters has changed: now you need to set the percentage to 0.
2021-08-30 18:47:21 +02:00