diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-02-15 12:17:06 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-02-15 12:17:06 +1030 |
commit | 12bddeda97b5d428f4ef9006180051c14b01aecc (patch) | |
tree | c70ac463f9f244f19095f3e7268894f3da04c6fa /qt/build-RGBController-Desktop-Debug/Makefile | |
parent | 38d8f89f2f2b27fb25e0b4b9a34b45b76f6dc6f2 (diff) | |
download | RGB-Controller-12bddeda97b5d428f4ef9006180051c14b01aecc.tar.gz RGB-Controller-12bddeda97b5d428f4ef9006180051c14b01aecc.zip |
Fade with individual speed control now works, can fade each color at its own speed. Serial communication revamped to allow extra commands in both the front and backend.
Diffstat (limited to 'qt/build-RGBController-Desktop-Debug/Makefile')
-rw-r--r-- | qt/build-RGBController-Desktop-Debug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/build-RGBController-Desktop-Debug/Makefile b/qt/build-RGBController-Desktop-Debug/Makefile index 7c3deb5..30bb4c2 100644 --- a/qt/build-RGBController-Desktop-Debug/Makefile +++ b/qt/build-RGBController-Desktop-Debug/Makefile @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: RGBController -# Generated by qmake (2.01a) (Qt 4.8.7) on: Tue Jan 17 02:39:24 2017 +# Generated by qmake (2.01a) (Qt 4.8.7) on: Tue Feb 14 11:06:35 2017 # Project: ../RGBController/RGBController.pro # Template: app # Command: /usr/lib/qt4/bin/qmake -spec /usr/share/qt4/mkspecs/linux-g++ CONFIG+=debug -o Makefile ../RGBController/RGBController.pro |