Skip to content

Commit d4f7c14

Browse files
committed
Latest Release RM0105-1750-0.93.9-a9982b0 on PATREON - ADD WARDRIVER
1 parent 91fd1bb commit d4f7c14

File tree

14 files changed

+2552
-0
lines changed

14 files changed

+2552
-0
lines changed

ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ This software is for experimental purposes only and is not meant for any illegal
4848
- UL: [SubGHz: Add Kia Encoder #691 (By letvinov28)](https://github.com/DarkFlippers/unleashed-firmware/pull/691)
4949
- OFW: [UI refactor #3323 (By RebornedBrain)](https://github.com/flipperdevices/flipperzero-firmware/pull/3323)
5050
- OFW: [Desktop: fix rpc unlock on pin input screen #3334 (By skotopes)](https://github.com/flipperdevices/flipperzero-firmware/pull/3334)
51+
- Added: [Wardriver GPS v1.0 (By Sil333033)]()
5152

5253
<a name="release">
5354

applications/external/wardriver/LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
App(
2+
appid="wardriver",
3+
name="Wardriver GPS",
4+
apptype=FlipperAppType.EXTERNAL,
5+
entry_point="wardriver_app",
6+
stack_size=2048,
7+
fap_icon="lookingglass.png",
8+
fap_category="GPIO/ESP32",
9+
fap_icon_assets="icons",
10+
fap_icon_assets_symbol="wardriver",
11+
fap_author="Sil333033",
12+
fap_weburl="https://github.com/Flipper-XFW/Xtreme-Apps/tree/dev/wardriver",
13+
fap_version="1.0",
14+
fap_description="Sniff WiFi access points with GPS location coordinates",
15+
)

0 commit comments

Comments
 (0)