Skip to content

v1.1.13 - fix compiler warning on ESP32 #54

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

Merged
merged 3 commits into from
Jan 3, 2025
Merged

v1.1.13 - fix compiler warning on ESP32 #54

merged 3 commits into from
Jan 3, 2025

Conversation

PaulZC
Copy link
Collaborator

@PaulZC PaulZC commented Jan 3, 2025

No description provided.

mazgch and others added 3 commits January 2, 2025 15:37
Avoid overloaded-virtual warning when compiled with All warnings. 

warning: 'virtual size_t Print::write(const uint8_t*, size_t)' was hidden [-Woverloaded-virtual=]
   64 |   virtual size_t write(const uint8_t *buffer, size_t size);
 by
note:   by 'SARA_R5::write'
  707 |   virtual size_t write(const char *buffer, size_t size);
Avoid compiler warning in esp32 3.1.0
@PaulZC PaulZC merged commit c9cb44d into main Jan 3, 2025
10 checks passed
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