@alex_02 reading this forum post, i think it might be possible to save to the sd on the flipper now? i have to check to see if this person's MR got merged into the official FW

https://forum.flipper.net/t/it-is-now-possible-to-save-marauder-pcaps-without-an-sd-card-attached-to-the-wifi-devboard/13255/12

It is now possible to save Marauder pcaps without an SD card attached to the wifi devboard

Thank you that did it. I am seeing pcap files now.

Flipper Forum

@alex_02 yeah looks like it was merged! i'll have to bust out my flipper and board and check to see if it's working as expected...

https://github.com/justcallmekoko/ESP32Marauder/pull/233

Packet transmission via serial by tcpassos · Pull Request #233 · justcallmekoko/ESP32Marauder

Added WRITE_PACKETS_SERIAL macro to transmit packets via serial (1) instead of using SD card. If WRITE_PACKETS_SERIAL is not defined, will continue writing packets to SD card if supported.

GitHub