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
When connected to the ESP32-DEV1 via the ESP32's SERIAL1, the MOVI causes the ESP32 to crash.
Changes to the .h to use the hardware serial doesn't seem to be work.
I added this right after "#elif defined RASPBERRYBI"
#elif defined ESP_PLATFORM
This appears to cause the same response as ARDUINO_ARCH_SAM.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When connected to the ESP32-DEV1 via the ESP32's SERIAL1, the MOVI causes the ESP32 to crash.
Changes to the .h to use the hardware serial doesn't seem to be work.
I added this right after "#elif defined RASPBERRYBI"
#elif defined ESP_PLATFORM
This appears to cause the same response as ARDUINO_ARCH_SAM.
The text was updated successfully, but these errors were encountered: