You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have it running on a M5Stack-Basic using platformio.
While running, I long-press button one, and it writes a pcap file.
If I collect more data and try to write more data, it fails. After closing the file, it cannot open a new file. sd_begin() fails.
I think I've tracked it down to a ESP_ERR_NO_MEM error.
It should also "reset" the screen and start counting handshakes, deauths, etc again.
What this means is that once I create a pcap file, I have to unplug and re-plug the device to continue to capture. The ability to create multiple pcap files makes it easier to capture information for longer periods without the danger of losing information.
The text was updated successfully, but these errors were encountered:
grymoire
changed the title
Afte, writing pcap file to sdcard, it cannot continue
After writing pcap file to sdcard, it cannot continue
Nov 21, 2023
I have it running on a M5Stack-Basic using platformio.
While running, I long-press button one, and it writes a pcap file.
If I collect more data and try to write more data, it fails. After closing the file, it cannot open a new file. sd_begin() fails.
I think I've tracked it down to a ESP_ERR_NO_MEM error.
It should also "reset" the screen and start counting handshakes, deauths, etc again.
What this means is that once I create a pcap file, I have to unplug and re-plug the device to continue to capture. The ability to create multiple pcap files makes it easier to capture information for longer periods without the danger of losing information.
The text was updated successfully, but these errors were encountered: