We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
always
I expect to get no warnings on startup, and to be able to use the recommended I2C drivers with my I2C devices.
The camera driver uses legacy i2c drivers, causing a warning on startup as well as limiting me to using legacy I2C drivers for I2C coms.
W (779) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`
2.0.15
Intel/AMD 64-bit (modern PC, older Mac)
Windows
Windows 11
CMD
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
How often does this bug occurs?
always
Expected behavior
I expect to get no warnings on startup, and to be able to use the recommended I2C drivers with my I2C devices.
Actual behavior (suspected bug)
The camera driver uses legacy i2c drivers, causing a warning on startup as well as limiting me to using legacy I2C drivers for I2C coms.
Error logs or terminal output
W (779) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`
Steps to reproduce the behavior
Project release version
2.0.15
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 11
Shell
CMD
Additional context
No response
The text was updated successfully, but these errors were encountered: