-
Notifications
You must be signed in to change notification settings - Fork 25
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
[ESP32][BUG] Not working with ESP32 Arduino V2.0.0 #40
Comments
I bought a couple of M5Stack C3U boards I thought something to play with and put this code on a small form factor. However these boards are only usable with v2.x since they are so new. Is there a change this framework would be updated to v2.x |
Yes, i have a local version running with the actual ESP32 core V2.x.x The are just some Variable names that changed from V1.X.X to V2.X.X. i just looked at the Code: maybe it just one line: in SBUS_usart_ESP32.cpp change ESP_ERROR_CHECK(uart_set_line_inverse(uart_num, UART_INVERSE_RXD|UART_INVERSE_TXD)); to #if(ESP_ARDUINO_VERSION_MAJOR == 2) |
It need some more lines i will upload my local changes for testing in the next minutes |
it should work with the actual master branch after testing i can make a release and make it available in library manager |
Thx for the quick fixes. I tried to compile it and that works. However with boad ESP32C3 selected it doesn't work its missing stuff |
Oh dear... never tried. I opened issue #44 for that |
Code doesnt compile with ESP32 Arduino Core V2.0.0
The text was updated successfully, but these errors were encountered: