-
Notifications
You must be signed in to change notification settings - Fork 68
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 build broken with version 1.12.6 #225
Comments
found a possible cause (and solution):
The problematic call seems to be in line
So I deleted all calls to configHemisphere and only call it afterwards @ line 349. OpenAstroTracker-Firmware/src/b_setup.hpp Line 349 in cc6fb8e Can someone please check if I missed something? With these mods my eps32 build runs. |
Could you verify this with V1.13.3, please? |
Hi,
it seems to me that with changes made from v 1.12.5 (d5daf2e) to 1.12.6beta (38586ce) my esp32 build crashes with a
My guess is that with the changes made to the stepper driver things got broken.
Thanks!
The text was updated successfully, but these errors were encountered: