diff --git a/deploy/hyperion-remote b/deploy/hyperion-remote index ad1653d6..5d5eea63 100755 Binary files a/deploy/hyperion-remote and b/deploy/hyperion-remote differ diff --git a/deploy/hyperiond.REMOVED.git-id b/deploy/hyperiond.REMOVED.git-id index b236bfc4..a9cf374e 100644 --- a/deploy/hyperiond.REMOVED.git-id +++ b/deploy/hyperiond.REMOVED.git-id @@ -1 +1 @@ -460c18a960c7f021eb18eddc5b43f322cb40fced \ No newline at end of file +e027a9a48c14dcffacb9539ede8ddca32cba2171 \ No newline at end of file diff --git a/libsrc/hyperion/LedDeviceLdp6803.h b/libsrc/hyperion/LedDeviceLdp6803.h index 1b576f62..ee57e1e5 100644 --- a/libsrc/hyperion/LedDeviceLdp6803.h +++ b/libsrc/hyperion/LedDeviceLdp6803.h @@ -37,5 +37,6 @@ public: virtual int switchOff(); private: + /// The buffer containing the packed RGB values std::vector _ledBuffer; };