eried / flipperzero-mayhem

Perfect companion for your Flipper Zero. ESP32 with WiFi, BT/BLE, micro-SD, camera+PSRAM, flashlight and extras: NRF24/CC1101, 3V/5V sensors
MIT License
548 stars 29 forks source link

Firmware update? To latest marauder? #42

Closed j0p3s closed 4 months ago

j0p3s commented 4 months ago

Hi. Any idea when this will happen? Thanks in advance

eried commented 4 months ago

oh, yes I think I should update :) maybe next weekend

j0p3s commented 4 months ago

Thanks buddy. Have a great day

A quinta, 23/05/2024, 14:18, Erwin Ried @.***> escreveu:

oh, yes I think I should update :) maybe next weekend

— Reply to this email directly, view it on GitHub https://github.com/eried/flipperzero-mayhem/issues/42#issuecomment-2127089758, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL3DAO7YZ2B5DRK4JKXYX4DZDXUDDAVCNFSM6AAAAABIFI3S4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRXGA4DSNZVHA . You are receiving this because you authored the thread.Message ID: @.***>

eried commented 4 months ago

If you have a way to compile it, the new one is up on the next branch. I will test it for few days before releasing it officially to the updater, to check everything works ok. It was many tiny changes this time

j0p3s commented 4 months ago

what are the steps to compile it? Got a tutorial?

eried commented 4 months ago

https://github.com/eried/flipperzero-mayhem/wiki/Compilation-of-the-firmware

But might be not 100% working since last version, I am still testing

j0p3s commented 4 months ago

when compiling i get this error:

In file included from C:\flipperzero-mayhem-next\esp32cam_marauder\EvilPortal.h:6, from C:\flipperzero-mayhem-next\esp32cam_marauder\esp32cam_marauder.ino:14: C:\flipperzero-mayhem-next\esp32cam_marauder\ESPAsyncWebServer.h:31:10: fatal error: StringArray.h: No such file or directory 31 | #include "StringArray.h" | ^~~~~~~ compilation terminated. exit status 1

Compilation error: StringArray.h: No such file or directory

Erwin Ried @.***> escreveu (terça, 28/05/2024 à(s) 08:11):

https://github.com/eried/flipperzero-mayhem/wiki/Compilation-of-the-firmware

But might be not 100% working since last version, I am still testing

— Reply to this email directly, view it on GitHub https://github.com/eried/flipperzero-mayhem/issues/42#issuecomment-2134498832, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL3DAOZBTLPGIQGICUBHZLLZEQU2DAVCNFSM6AAAAABIFI3S4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZUGQ4TQOBTGI . You are receiving this because you authored the thread.Message ID: @.***>

j0p3s commented 4 months ago

managed to fix that error but now i'm getting:

C:\flipperzero-mayhem-next\esp32cam_marauder\WiFiScan.cpp: In member function 'void WiFiScan::executeSwiftpairSpam(EBLEPayloadType)': C:\flipperzero-mayhem-next\esp32cam_marauder\WiFiScan.cpp:1911:5: error: 'esp_base_mac_addr_set' was not declared in this scope; did you mean 'esp_base_mac_addr'? 1911 | esp_base_mac_addr_set(macAddr); | ^~~~~ | esp_base_mac_addr Multiple libraries were found for "quirc.h" Used: C:\Users\Joao\Documents\Arduino\libraries\quirc_lib Not used: C:\Users\Joao\Documents\Arduino\libraries\ESP32QRCodeReader_Page exit status 1

Compilation error: 'esp_base_mac_addr_set' was not declared in this scope; did you mean 'esp_base_mac_addr'?

any ideas?

João Santos @.***> escreveu (quinta, 30/05/2024 à(s) 02:14):

when compiling i get this error:

In file included from C:\flipperzero-mayhem-next\esp32cam_marauder\EvilPortal.h:6, from C:\flipperzero-mayhem-next\esp32cam_marauder\esp32cam_marauder.ino:14: C:\flipperzero-mayhem-next\esp32cam_marauder\ESPAsyncWebServer.h:31:10: fatal error: StringArray.h: No such file or directory 31 | #include "StringArray.h" | ^~~~~~~ compilation terminated. exit status 1

Compilation error: StringArray.h: No such file or directory

Erwin Ried @.***> escreveu (terça, 28/05/2024 à(s) 08:11):

https://github.com/eried/flipperzero-mayhem/wiki/Compilation-of-the-firmware

But might be not 100% working since last version, I am still testing

— Reply to this email directly, view it on GitHub https://github.com/eried/flipperzero-mayhem/issues/42#issuecomment-2134498832, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL3DAOZBTLPGIQGICUBHZLLZEQU2DAVCNFSM6AAAAABIFI3S4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZUGQ4TQOBTGI . You are receiving this because you authored the thread.Message ID: @.***>

eried commented 4 months ago

Not sure, if you check https://github.com/justcallmekoko/ESP32Marauder/issues/418 seems to be also from marauder. I still havent finished working on the update. I need to update the wiki too

j0p3s commented 4 months ago

Did add that line under line 22 and the error persists

A quinta, 30/05/2024, 09:09, Erwin Ried @.***> escreveu:

Not sure, if you check justcallmekoko/ESP32Marauder#418 https://github.com/justcallmekoko/ESP32Marauder/issues/418 seems to be also from marauder. I still havent finished working on the update. I need to update the wiki too

— Reply to this email directly, view it on GitHub https://github.com/eried/flipperzero-mayhem/issues/42#issuecomment-2138940480, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL3DAOYTXX6LINISOGCAO73ZE3ND7AVCNFSM6AAAAABIFI3S4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZYHE2DANBYGA . You are receiving this because you authored the thread.Message ID: @.***>

eried commented 4 months ago

OK, I need to compile myself first and ran tests, but I havent had time. If you solve it first just post here :)

j0p3s commented 4 months ago

Have been trying to fix this issue but no luck whatsoever. I'm not a programmer so i can't fix it myself but i'll keep looking

Erwin Ried @.***> escreveu (quinta, 30/05/2024 à(s) 09:59):

OK, I need to compile myself first and ran tests, but I havent had time. If you solve it first just post here :)

— Reply to this email directly, view it on GitHub https://github.com/eried/flipperzero-mayhem/issues/42#issuecomment-2139085838, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL3DAO2AH2WJTC5BKGGELUTZE3S5LAVCNFSM6AAAAABIFI3S4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZZGA4DKOBTHA . You are receiving this because you authored the thread.Message ID: @.***>

eried commented 3 months ago

If I use this: https://github.com/eried/flipperzero-mayhem/wiki/Compilation-of-the-firmware it compiles OK

The instructions changed a little but you can try again now. I havent tested on the board, but at least compiles