File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## v1.5.0
44
55- Support for new pcap marker handling by the firmware as of v1.8
6+ - Fixed no wardriving files being saved
67
78## v1.4.1
89
Original file line number Diff line number Diff line change @@ -870,6 +870,9 @@ static const MenuCommand gps_commands[] = {
870870 {
871871 .label = "Start Wardriving" ,
872872 .command = "startwd\n" ,
873+ .capture_prefix = "wardrive_wifi" ,
874+ .file_ext = "csv" ,
875+ .folder = GHOST_ESP_APP_FOLDER_WARDRIVE ,
873876 .details_header = "Wardrive Mode" ,
874877 .details_text = "Maps WiFi networks:\n"
875878 "- Network info\n"
@@ -880,6 +883,9 @@ static const MenuCommand gps_commands[] = {
880883 {
881884 .label = "BLE Wardriving" ,
882885 .command = "blewardriving\n" ,
886+ .capture_prefix = "wardrive_ble" ,
887+ .file_ext = "csv" ,
888+ .folder = GHOST_ESP_APP_FOLDER_WARDRIVE ,
883889 .details_header = "BLE Wardriving" ,
884890 .details_text = "Maps BLE devices:\n"
885891 "- Device info\n"
You can’t perform that action at this time.
0 commit comments