Update wifi marauder

This commit is contained in:
MX
2023-07-05 20:26:47 +03:00
parent 93acba9ae3
commit a9d4897dfb
47 changed files with 5416 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
## WiFi Marauder companion app for Flipper Zero
Requires a connected dev board running Marauder FW. See install instructions from UberGuidoZ here: https://github.com/UberGuidoZ/Flipper/tree/main/Wifi_DevBoard#marauder-install-information
## Support
For app feedback, bugs, and feature requests, please create an issue here: https://github.com/0xchocolate/flipperzero-wifi-marauder/issues
You can find me (0xchocolate) on discord as @cococode.

View File

@@ -0,0 +1,5 @@
## v0.4.0
Added Signal Monitor (thanks @justcallmekoko!) to support new sigmon command in Marauder v0.10.5: https://github.com/justcallmekoko/ESP32Marauder/releases
Added keyboard and +5V support from unleashed (thanks @xMasterX!)