Releases: Spooks4576/ghost_esp_app
Releases · Spooks4576/ghost_esp_app
v1.0.9
- 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
🔴 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
Hotfix release
- Disable the expansion interface before trying to use UART
v1.0.7
- 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
- USE THIS RELEASE UNTIL FIX FOR PCAPS PUSHED