This website requires JavaScript.
Explore
Help
Sign In
fabian
/
pitrix
Watch
1
Star
0
Fork
0
You've already forked pitrix
Code
Issues
8
Releases
Activity
253
Commits
1
Branch
0
Tags
3.4
MiB
6ba916282b
Commit Graph
6 Commits
Author
SHA1
Message
Date
Fabian Schlenz
e2a56d7c29
Added a TimeEffect to show a countdown to a time given via MQTT.
All checks were successful
continuous-integration/drone/push
Build is passing
Details
2019-12-21 14:21:31 +01:00
Fabian Schlenz
083564caef
Reorganized effect selection stuff: No longer a big case clause comparing CRC32. Instead an array of structs. Much nicer. Also, other code can now see which effects there are.
2019-10-02 06:16:07 +02:00
Fabian Schlenz
0d23e5ec6c
Removed old reference to SimpleList.
2019-09-04 06:01:32 +02:00
Fabian Schlenz
26df11fc47
Added tests. Start them by sending a message to MQTT_TOPIC/run_tests. First test will test all effects for memory leaks.
2019-06-19 22:26:38 +02:00
Fabian Schlenz
0941ad8349
Effects are now constructed when needed instead of having global objects of every effect flying around.
2019-06-18 18:14:59 +02:00
Fabian Schlenz
2f58fd14d0
Splitting the code into single files is done. \o/
2019-05-30 00:49:54 +02:00