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

Causes compiler build error #18

Open
ianburton20 opened this issue Nov 10, 2024 · 1 comment
Open

Causes compiler build error #18

ianburton20 opened this issue Nov 10, 2024 · 1 comment

Comments

@ianburton20
Copy link

Version 2.0 1 causes compile errors:
OneWireESP32.cpp:44:1: warning: missing initializer for member 'rmt_transmit_config_t::::queue_nonblocking' [-Wmissing-field-initializers]
44 | };
OneWireESP32.cpp:77:9: warning: missing initializer for member 'rmt_rx_channel_config_t::intr_priority' [-Wmissing-field-initializers]
OneWireESP32.cpp:93:9: warning: missing initializer for member 'rmt_tx_channel_config_t::::invert_out' [-Wmissing-field-initializers]

Very much appreciate a fix.

@ianburton20
Copy link
Author

ianburton20 commented Nov 10, 2024

These warning/errors are generated by arduino 3.0 IDF 5.x

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

1 participant