-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
call of overloaded 'tone(int&, int&, int&)' is ambiguous #1487
Comments
What is the latest core version? |
Master on GitHub |
Ok, so it's not yet released? |
No. |
Its probably no big deal either. |
Same here. For the moment I made this: |
ESP8266 2.4.2 was released last week. I've commented out tone(uint8_t _pin, unsigned int frequency, unsigned long duration) in Tone.cpp as temporary workaround when building ESPEasy.
|
Latest version would not build due to conflicting function definition for tone. See letscontrolit#1487
Latest version would not build due to conflicting function definition for tone. See letscontrolit#1487
... using latest ESPEasy and latest Core, Arduino IDE
edit: is core related:
Support multiple tone(), analogWrite(), and Servo (#4640) esp8266/Arduino#4640
we might want to adapt our code.
The text was updated successfully, but these errors were encountered: