8 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
80f79cc863 Deleted debug files, added new header to main.c 2021-11-19 01:09:30 +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
9109cc8077 Version 1.4.4
Changed function check_timing: now it takes a struct tm* instead of generating one - now the main function gets the current time after initialising the shutter array.
2021-08-30 21:52:18 +02:00
da56a0eb10 Version 1.4.3
Bugfix: in function set_ch the address of channel was incremented instead of the value of it
Bugfix: in function get_timing integers were read to byte sized fields causing memory corruption
Updated and renamed moving_debug.c & moving_debug.h
2021-08-30 20:33:19 +02:00
0833762006 Changed comments, variable names and filenames to be in English 2021-08-30 19:04:07 +02:00
877614b7a3 Version 1.1: Second working version. First commit. Added features: disabling channels for the day by having the same raise and lower timings. 2021-08-30 17:21:29 +02:00