You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling a sketch that uses setToneChannel fails with a linker error like undefined reference to _Z14setToneChannelh'`.
grep -r setToneChannel . within the folder ~/.arduino15/packages/esp32/hardware/esp32/3.0.4 reveals a declaration for setToneChannel, but no imiplementation.
Sketch
voidsetup() {
setToneChannel(0);
}
voidloop() {
}
Debug Message
Irrelevant, compile time issue.
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
Board
Heltec Wi-Fi LoRa 32
Device Description
Custom hardware
Hardware Configuration
Irrelevant
Version
v3.0.4
IDE Name
Arduino IDE
Operating System
Ubuntu 22.04
Flash frequency
Irrelevant
PSRAM enabled
no
Upload speed
Irrelevant
Description
Compiling a sketch that uses setToneChannel fails with a linker error like
undefined reference to
_Z14setToneChannelh'`.grep -r setToneChannel .
within the folder~/.arduino15/packages/esp32/hardware/esp32/3.0.4
reveals a declaration for setToneChannel, but no imiplementation.Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: