-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
update esp32_marauder to v0.13.10 #45
Conversation
Signed-off-by: Antonio Murdaca <[email protected]>
Thanks! it was missing camera stuff but it should be kinda ready to start testing and release soon if it works ok |
I'm now getting the following compiling:
I have the library installed at version 1.1.2, updating to the latest 2.7.7 tells me again I have no space (using ESP32 Dev Module or AI Thinker ESP32 cam don't work the same)
|
Strange, the I will test later on a fresh machine with latest everything to see how it goes, because on my current machine works ok |
alrighty, I narrowed it down to having Bluetooth enabled |
I've tried again on a fedora 40 machine, same error when BT is enabled - not sure, maybe it's some dependency specific version |
strange, because BT should be enabled tho |
I still havent had much time to poke around this BTW, I will post results after I do |
right, the thing is when I disable it, it compiles cleanly :/ it's weird cause if I take the ESP32Marauder repo and compile with bluetooth it works just fine |
@eried which version specifically are you using for NimBle and eloquent? |
apart from not being able to compile&upload the latest code w/o removing BT, everything else seems to be working fine, having tested it on the official mayhem v2 hardware and a standalone ESP32-CAM. The compile thing is quite bothering tho :/ I really can't get it to compile for those extra kilobytes. I'll provide a list of versions for the installed libraries, maybe that helps cross-checking with you |
Hi, im using latest of them. |
ack, wondering if there's a way to dump libraries versions so I can cross check, so far, no luck :/ |
I usually just click update when arduino ide prompts, but this time some changes in the camera messed up stuff, and the eloquent movement sensing also changed, so it would be smart to specify a version for next time in the build instructions, or move to plataformio where is built in |
Ok, so I did some updates, and in the instructions: https://github.com/eried/flipperzero-mayhem/wiki/Compilation-of-the-firmware And now it compiles for me, no errors, but I havent tested how it works on the board yet. |
ack, I'll try that, by the way, if in the preferences you enhance logs, you'll see which library you're using
the above is what I'm using, when I get the error about iram |
Here is mine that compiled:
|
what's the version of the esp32 espressif library? I'm using 2.0.10 nevermind, I see you're using latest 3.0.0 |
alrighty, I got it working now by using everything you're using :) now it compiles with HAS_BT too |
nice! let me know if everything runs ok. You think it would be better to specify the versions? which component was the culprit? |
I think it was two things: the espressif version (I was using 2.x, you're using 3.0.0 and I updated) + the ESP web server, I was wrongly's using justcallmekoko's |
ok cool, I wish I didnt had to mod the esp web server, but it has a conflict with linkedlists -_- |
there are probably a bunch of useless files as this is a fork, @eried let me know if you want me to get rid of them (like
PreviousVersions
and such)Also, this compiles cleanly against ESP32 Dev Module in Arduino IDE as usual but I can't test it out completely on my flipper/mayhem before next week unfortunately.