Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove certificate parsing in Entertainment Mode #72

Merged
merged 1 commit into from
Jun 7, 2021

Conversation

CalcProgrammer1
Copy link
Contributor

I finally got around to updating OpenRGB to pull in the latest version of hueplusplus and was working on getting it building on my GitLab CI under multiple Linux distributions. The certificate parsing in mbedtls wasn't available in older distros, kept getting build errors from undefined symbols. I took this section out of EntertainmentMode.cpp and tested it on multiple platforms and it does not appear to affect Philips Hue communication so I think it is safe to remove. This way the library will build on more distributions.

…to be needed to control Hue and it prevents build on older mbedtls versions
@codecov
Copy link

codecov bot commented Jun 6, 2021

Codecov Report

Merging #72 (f96ca1a) into master (a78f457) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   80.79%   80.81%   +0.01%     
==========================================
  Files         101      101              
  Lines        9311     9309       -2     
==========================================
  Hits         7523     7523              
+ Misses       1788     1786       -2     
Impacted Files Coverage Δ
src/EntertainmentMode.cpp 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a78f457...f96ca1a. Read the comment docs.

@enwi enwi changed the base branch from master to development June 7, 2021 15:31
@enwi enwi changed the base branch from development to master June 7, 2021 15:35
@enwi enwi changed the base branch from master to development June 7, 2021 15:35
Copy link
Owner

@enwi enwi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work @CalcProgrammer1 :)

@enwi enwi merged commit 1efff4b into enwi:development Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants