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

Fixing build issues when using this library with ESP32. #71

Merged
merged 4 commits into from
Jan 25, 2021

Conversation

aentinger
Copy link
Member

ESP32 Core does not support C++14, ergo no nested namespaces are supported. This commit changes the code to conventional namespaces therefore allowing CI to pass for ESP32.

This fixes #69.

…orted. This commit changes the code to conventional namespaces therefore allowing CI to pass for ESP32.
@aentinger aentinger added topic: firmware Code that runs on an embedded system. type: enhancement PR to improve the project. topic: ci Continuous integration for this repository. labels Jan 25, 2021
@aentinger aentinger self-assigned this Jan 25, 2021
@aentinger aentinger changed the title Fixing CI because ESP32 Core does not support nested namespaces (C++14) Jan 25, 2021
@codecov-io
Copy link

codecov-io commented Jan 25, 2021

Codecov Report

Merging #71 (f112ee0) into master (85c1b77) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #71   +/-   ##
=======================================
  Coverage   85.37%   85.37%           
=======================================
  Files          17       17           
  Lines         506      506           
=======================================
  Hits          432      432           
  Misses         74       74           
Impacted Files Coverage Δ
src/utility/convert.hpp 100.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 20ff48d...f112ee0. Read the comment docs.

@aentinger aentinger changed the title Fixing CI because ESP32 Core does not support nested namespaces (C++14) Fixing build issues when using this library with ESP32. Jan 25, 2021
@aentinger aentinger merged commit a3363bb into master Jan 25, 2021
@aentinger aentinger deleted the fix-nested-namespace-error branch January 25, 2021 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: ci Continuous integration for this repository. topic: firmware Code that runs on an embedded system. type: enhancement PR to improve the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not compiling with esp32
2 participants