You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Try to compile v1.0.0
Fuck ton of errors, mostly related to MEM_LOWER_LIM not being declared in WiFiScan::checkMem() and LedInterface::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):
Firmware version: v1.0.0
Hardware version: GENERIC_ESP32
Desktop (please complete the following information if applicable):
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: