Releases: Spooks4576/ghost_esp_app
Releases · Spooks4576/ghost_esp_app
v1.1.8 Polaris 📡🌍
-
Added GPS Info command to view real-time GPS data
-
Added Stop GPS Info command
-
UART Initialisation tweaks
-
Add back EAPOL capture command
-
Added BLE Raw Capture command
-
Added Stop BLE Raw Capture command
-
Added BLE Skimmer Detection command
-
Expanded Stop on Back to include all stop commands
-
Added wrap-around scrolling in command menus
-
Add Scan Local command to scan for devices on connected network
-
Respect Momentum settings for ESP UART Channel
-
Added PCAP and Wardrive clearing options in Settings menu
-
Added BLE Wardriving command
-
Added GPX Track command (FEATURE COMING SOON)
-
Miscellaneous bug fixes and improvements
-
merry christmas and happy new year <3
v1.1.7 🎄
- added null checks before freeing resources
- remove unused commands from menu.c and cleaned up command details
- initialise uart in esp connection check if needed
v1.1.6
- sync files more frequently
v1.1.5 💜
- expanded quick help menu with more context-specific tips
- swapped order of AT and Stop commands in ESP Check
- cleaned up general UI text
- improved handling of corrupted or missing log files
- general code cleanup and improvements
v1.1.4
- Added confirmation dialog for Cast Video command
- Fixed view locking issues with confirmation dialog
v1.1.3
Added specific buttondown icon for help menu button to not be dependent on firmware icons
v1.1.2
- improved ESP connection check reliability by trying AT command first with shorter timeouts
- misc fixes
v1.1.1
- add sniff pwnagotchi command
v1.1.0 🕸️👻
- Ring buffer implementation for text handling
- New view buffer management
- Added proper locking mechanisms
- Remove Filtering due to Firmware updates!
- Made exiting views more consistent for UE
- Replaced select a utility text with prompt to show NEW Help Menu
- Refactored and simplified uart_utils
- Made PCAP file handling more robust
- Add GPS Menu and commands with saving to .csv
- Miscellaneous bug fixes
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