-
-
Notifications
You must be signed in to change notification settings - Fork 688
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
v1.0.0 doesn't compile #588
Comments
Can u be MORE speciffic ? |
It's impossible to compile the project without encountering errors. The last version that compiles normally is 0.13.10. |
Ahh im so disapointed. I tried compile v 0.13.10 and nothing work at all :( |
I spent time making changes and was able to get the build to compile on a esp32s3 mini. Basically if your ESP or board isn't on his officially supported list, good luck getting it to work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Marauder v1.0.0 doesnt seem to compile at all without having to modify the WifiScan and LedInterface files in some way. v0.13.10 compiles just fine without any modifications, but the screen is all white on bootup, becomes grey after a few seconds and then goes straight to white again. How could I fix this?
To Reproduce
Steps to reproduce the behavior:
MEM_LOWER_LIM
not being declared inWiFiScan::checkMem()
andLedInterface::RunSetup()
trying to run despite not being enabled.Expected behavior
The project should compile, yet it doesn't.
Marauder (please complete the following information if applicable):
Desktop (please complete the following information if applicable):
Additional context
Related: #585
The text was updated successfully, but these errors were encountered: