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

The smoothed.ino example fails while compiling for the NodeMCU board. #17

Closed
findux opened this issue Dec 8, 2024 · 2 comments
Closed

Comments

@findux
Copy link

findux commented Dec 8, 2024

The content of the error is as follows.

In file included from C:\Users\findu\AppData\Local\Temp.arduinoIDE-unsaved2024118-15180-way3cj.h4d4\Smoothed\Smoothed.ino:12:
c:\Users\findu\OneDrive\Belgeler\Arduino\libraries\Smoothed\src/Smoothed.h: In member function 'bool Smoothed::clear() [with T = float]':
c:\Users\findu\OneDrive\Belgeler\Arduino\libraries\Smoothed\src/Smoothed.h:199:1: error: control reaches end of non-void function [-Werror=return-type]
199 | }
| ^
cc1plus.exe: some warnings being treated as errors

exit status 1

Compilation error: exit status 1

@MattFryer
Copy link
Owner

Good spot. Resolved in the next release.

@findux
Copy link
Author

findux commented Dec 20, 2024

Thanks.

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

No branches or pull requests

2 participants