-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
List of Libraries not working in 3.0.0 #8875
Comments
How about if we just start making this a reference list and cross them off when they are fixed? Can you change the title to "List of Libraries not working in 3.0.0" |
The log from XT_DAC_Audio appears to be from 2.0.13 and not 3.0.0. Additionally using low level direct register access is not guaranteed to work across versions of the underlying ESP-IDF or even across the supported esp32 variants. |
For 3rd party libraries, please open an issue on their site and link it here if possible (as @DansDesigns did in OP). Some code obviously won't/can't be pulled forward, so this ends up being a cemetery of dead projects too. |
I ran into an error using Adafruit's Neopixel library on the ESP32-C3. It occurs with the examples. |
For reference linking other related issues/PRs: |
Board
ESP32-WROOM-32 + ESP32-WROOM-32U + ESP32-WROOM-32E
Device Description
n/a
Hardware Configuration
n/a
Version
latest master (checkout manually)
IDE Name
Arduino IDE 1.8.19
Operating System
Windows 10 + Linux Zorin-Core 16.2
Flash frequency
80
PSRAM enabled
yes
Upload speed
921600
Description
updated to latest versions of: Arduino-MAX17055_driver, Adafruit_HMC5883_U and XT_DAC_Audio by xtronical
all fail to build the included examples and my project code no longer compiles with the same errors, links are to GitHub issues on each repository:
HMC5883
MAX-17055
XT_DAC_Audio Error
(had to post as txt on my GitHub as message was too long..)
Sketch
Included Examples in each library.. For XT_DAC_Audio, use example: playwav or wavspeed
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: