0xchocolate / flipperzero-wifi-marauder

Flipper Zero WiFi Marauder companion app
GNU General Public License v3.0
753 stars 55 forks source link

Support Unified serial PCAPs + Fix for OFW 0.98 #47

Closed Willy-JL closed 9 months ago

Willy-JL commented 11 months ago

Counterpart support to https://github.com/justcallmekoko/ESP32Marauder/pull/452, more info there

Willy-JL commented 10 months ago

Looks like koko plans on merging the feature into marauder, so should just be a matter of time now as he tests.

Also, OFW refactored serial and UART stuff, I'll add that to this PR aswell soontm

Willy-JL commented 10 months ago

there we go, now compatible with OFW dev branch changes, also added remember 5v so it doesnt turn off after closing the app if it was enabled before

and bumbed to version 7.0, considering this changes significantly how pcaps are done i felt like a major version bump was appropriate, can revert if you dont think so

Willy-JL commented 10 months ago

also koko merged the PR into marauder, but on a separate branch. what happened with a recent pr for nmea gps tells me that eventually he will merge that into develop branch and release later on, so still might take a little.

0xchocolate commented 10 months ago

Yes, I was going to ask you to set the version. :) Thanks!

Willy-JL commented 10 months ago

Right, there's also new changes with "expansion modules". Will port those fixes here too soontm

0xchocolate commented 9 months ago

Some of the parsing logic could probably be refactored later, but if it works, it works! Merging now.