Skip to content

Releases: Spooks4576/ghost_esp_app

v1.0.9

03 Nov 13:20
e7faebc
Compare
Choose a tag to compare
  • Fixed log file corruption when stopping captures
  • Added proper bounds checking for oversized messages
  • Improved text display buffer management
  • Added automatic prefix tagging for WiFi, BLE and system messages
  • Improved storage init speed

v1.0.8

03 Nov 00:59
f28e785
Compare
Choose a tag to compare

🔴 CRITICAL FIX - PCAP capture

  • Fixed PCAP file handling and storage system
  • Resolved PCAP file stream corruption issues
  • Added proper storage system initialization
  • Removed the line buffering logic for PCAP data

Improvements

  • Added error checking for storage operations
  • Filtering majorly improved
  • Improved stop on back to be much more reliable by added type-specific stop commands with delays between operations
  • Bumped API version to 78.1

v1.0.7a

02 Nov 02:39
3d1f6b4
Compare
Choose a tag to compare

Hotfix release

  • Disable the expansion interface before trying to use UART

v1.0.7

02 Nov 00:23
ee5370b
Compare
Choose a tag to compare
  • Increased buffers and stacks: MAX_BUFFER_SIZE to 8KB, INITIAL_BUFFER_SIZE to 4KB, BUFFER_CLEAR_SIZE to 128B, uart/app stacks to 4KB/6KB
  • Added buffer_mutex with proper timeout handling
  • Added Marauder-style data handling
  • Improved ESP connection reliability
  • Added view log from start/end configuration setting
  • Added line buffering with overflow detection, boundary protection and pre-flush on mode switches

PCAP HOTFIX

02 Nov 16:19
9d3870d
Compare
Choose a tag to compare
  • USE THIS RELEASE UNTIL FIX FOR PCAPS PUSHED