Adam Honse
|
eb08ceb1e7
|
Remove mbedtls/certs.h from EntertainmentMode.cpp to work around mbedtls removing that file in newer releases, which have made their way to Arch Linux.
* It looks like upstream has made this change, but it has not made it into a release, so just doing this single patch for now
|
2023-05-25 22:02:36 -05:00 |
|
Chris
|
59732ed47e
|
Updating HuePlusPlus json.hpp library to resolve #2218
+ LTO is causing a segfault error because there are 2 different versions of nlohmann/json (3.9.1 vs 3.7.3)
|
2022-02-24 05:19:15 +00:00 |
|
Adam Honse
|
b7e2103f41
|
Disable parsing certificate, it doesn't appear to be necessary to control Hue and prevents build on older mbedtls releases
|
2021-06-05 03:18:12 +00:00 |
|
Adam Honse
|
87043cde65
|
Fix issue with Windows in hueplusplus library
|
2021-06-05 03:18:12 +00:00 |
|
Adam Honse
|
2aaf7017ee
|
Philips Hue (Standard and Entertainment Mode) Support using hueplusplus library
* Dependency hueplusplus-1.0.0 added from https://github.com/enwi/hueplusplus/releases/tag/v1.0.0
* Dependency mbedtls-2.24.0 added (Windows-only) from https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-2.24.0
|
2021-06-05 03:18:12 +00:00 |
|