Skip to content

Commit 7c771da

Browse files
authored
Update README.md
1 parent a4980e9 commit 7c771da

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
This module is full analog of DSTIKE Deauther
77
See this video below to get an idea how it's working.
8+
89
[DSTIKE Deauther](https://www.youtube.com/watch?v=9zA6AB7qYe8)
910

1011

@@ -40,13 +41,13 @@
4041

4142
# How to
4243

43-
Flash [firmware](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/tree/main/FlipperZero-WiFi-Scanner_Module) on Wemos D1 Mini
44+
Flash [firmware](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module/tree/FlipperZero-Module-v2/esp8266_deauther) on Wemos D1 Mini
4445

45-
Compile firmware for FlipperZero with new [application](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/tree/main/applications/wifi_scanner)
46+
Compile firmware for FlipperZero with new [application](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module/tree/FlipperZero-Module-v2/FlipperZeroModule/FlipperZero-ESP8266-Deauth-App)
4647

4748
Use next schematics to solder the WiFi Scanner board for FlipperZero
4849

49-
![image](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/blob/main/rep_images/Schematics_1.jpg?raw=true)
50+
![image](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module/blob/FlipperZero-Module-v2/FlipperZeroModule/rep_images/Schematics_1.jpg?raw=true)
5051

5152
# How to add new application on FlipperZero
5253

@@ -64,7 +65,7 @@ FIRMWARE_APPS = {
6465
"archive",
6566

6667
<b># My Apps</b>
67-
<b>my_apps",</b>
68+
<b>"my_apps",</b>
6869

6970
# Settings
7071
"passport",
@@ -99,7 +100,7 @@ App(
99100
If you have issues with unintended app restart then try to add an AMS1117 voltage regulator on 5V to drop it to 3V3 and feed the module.
100101
*I would recomend do that*
101102

102-
![image](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/blob/main/rep_images/Schematics_2.jpg?raw=true)
103+
![image](https://github.com/SequoiaSan/FlipperZero-Wifi-ESP8266-Deauther-Module/blob/FlipperZero-Module-v2/FlipperZeroModule/rep_images/Schematics_2.jpg?raw=true)
103104

104105

105106

0 commit comments

Comments
 (0)