justcallmekoko / ESP32Marauder

A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
5.68k stars 623 forks source link

v1.0.0 doesn't compile #588

Open Mantas22XYT opened 2 weeks ago

Mantas22XYT commented 2 weeks ago

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:

  1. Try to compile v1.0.0
  2. 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):

Desktop (please complete the following information if applicable):

Additional context Related: #585

Fattcat commented 5 days ago

Can u be MORE speciffic ?

Mantas22XYT commented 4 days ago

It's impossible to compile the project without encountering errors. The last version that compiles normally is 0.13.10.

Fattcat commented 4 days ago

Ahh im so disapointed.

I tried compile v 0.13.10 and nothing work at all :(