From a540358391d688b0620f8e50be6a4d4a55f0ba69 Mon Sep 17 00:00:00 2001
From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
Date: Tue, 3 Jan 2023 13:37:37 -0800
Subject: [PATCH] Initial ReadMe
---
.../FZ_Marauder_Flasher/ESP32-WROOM/ReadMe.md | 28 +++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 Wifi_DevBoard/FZ_Marauder_Flasher/ESP32-WROOM/ReadMe.md
diff --git a/Wifi_DevBoard/FZ_Marauder_Flasher/ESP32-WROOM/ReadMe.md b/Wifi_DevBoard/FZ_Marauder_Flasher/ESP32-WROOM/ReadMe.md
new file mode 100644
index 00000000..22884733
--- /dev/null
+++ b/Wifi_DevBoard/FZ_Marauder_Flasher/ESP32-WROOM/ReadMe.md
@@ -0,0 +1,28 @@
+# Quick and easy flasher/updater for [Marauder](https://github.com/justcallmekoko/ESP32Marauder) v4 OEM or ESP32-WROOM chips!
+
+Looking for a Linux/OS X version? [Check out SkeletonMan's Python edition!](https://github.com/SkeletonMan03/FZEasyMarauderFlash)
+
+Flasher_1
+
+## Now it's as easy as 1, 2, 3 to install or update Marauder on Windows.
+
+1. Download and extract [the ZIP file](https://github.com/UberGuidoZ/Flipper/tree/main/Wifi_DevBoard/FZ_Marauder_Flasher/ESP32-WROOM) above to the same directory.
+2. Plug in your ESP32-WROOM or v4 OEM Marauder directly into your PC directly via USB.
+3. Double-click `Flash-WROOM_v1.10.bat` from the extracted files then choose `Flash` or `Update`.
+
+* If you choose `Flash Marauder` the script will locate your board and flash Marauder automatically!
+* If you choose `Update Marauder` you'll be taken to the Marauder download location to grab a new version.
+(Simply download the OLD_HARDWARE BIN file, stick it in the WROOM subfolder by the batch file, and delete the old BIN.)
+* If you choose `Download USB UART` the script will open the Silicon Labs driver download.
+
+Current Marauder version included in the ZIP: v0.10.0.20221222 (current release as of Dec 22, 2022)
+
+**Once the install has completed, [head over here](https://github.com/justcallmekoko/ESP32Marauder/wiki) to learn more about what Marauder can do!**
+
+The [batch file](https://github.com/UberGuidoZ/Flipper/blob/main/Wifi_DevBoard/FZ_Marauder_Flasher/ESP32-WROOM/Flash-WROOM_v1.10.bat) is also included above for review and to track changes.
+
+Acknowledgements:
+* [justcallmekoko](https://github.com/justcallmekoko/ESP32Marauder) for the AWESOME work in developing Marauder and porting it to the Flipper.
+* [Frog](https://github.com/FroggMaster) For initial scripting under the [Wifi Pentest Tool](https://github.com/FroggMaster/ESP32-Wi-Fi-Penetration-Tool) and inspiring the idea.
+* [SkeletonMan](https://github.com/SkeletonMan03/FZEasyMarauderFlash) For initial WROOM scripting and inspiration.
+* [UberGuidoZ](https://github.com/UberGuidoZ) Creation of this one, plus tweaking/automating Frog's original, continued scripting, development, and testing.