Commit Graph

5 Commits

Author SHA1 Message Date
0168aadc28 Version 1.4.4
Bugfix: in function lower the time slept was 1/10th of what is neccesary. Now it is multiplied by 100000 instead od 10000.
2021-08-30 21:05:01 +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
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
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